DFU flash code run on tile[0] even if XUD_TILE and AUDIO_IO_TILE are not 0

This commit is contained in:
Ross Owen
2017-05-24 10:45:56 +01:00
parent b227ee5c90
commit 8e861e0a5e
4 changed files with 14 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ void audio(chanend c_in,
chanend c_dig,
#endif
chanend ?c_config, chanend ?c_adc
#if (XUD_TILE != 0)
#if (XUD_TILE != 0) && (AUDIO_IO_TILE == 0)
, server interface i_dfu ?dfuInterface
#endif
#if (NUM_PDM_MICS > 0)