DFU failing when SPDIF_RX enabled due to clock block being shared. Made an attempt to rationalise CLKBLK defines.

This commit is contained in:
Ross Owen
2015-01-14 17:35:40 +00:00
parent f5a822d42d
commit 630c9fbd30
3 changed files with 67 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
#include "devicedefines.h"
#include "uac_hwresources.h"
#ifdef DFU
@@ -18,13 +19,14 @@
fl_DeviceSpec flash_devices[] = {DFU_FLASH_DEVICE};
#endif
fl_PortHolderStruct p_flash =
{
XS1_PORT_1A,
XS1_PORT_1B,
XS1_PORT_1C,
XS1_PORT_1D,
XS1_CLKBLK_1
CLKBLK_FLASHLIB
};
int flash_cmd_enable_ports()