forked from PAWPAW-Mirror/lib_xua
Fix for warning: `dfuInterface' not used in two parallel statements when NO_USB
This commit is contained in:
@@ -675,11 +675,13 @@ int main()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef NO_USB
|
||||||
#if (XUD_TILE != 0 ) && (AUDIO_IO_TILE != 0)
|
#if (XUD_TILE != 0 ) && (AUDIO_IO_TILE != 0)
|
||||||
/* Run flash code on its own - hope it gets combined */
|
/* Run flash code on its own - hope it gets combined */
|
||||||
#warning Running DFU flash code on its own
|
#warning Running DFU flash code on its own
|
||||||
on stdcore[0]: DFUHandler(dfuInterface, null);
|
on stdcore[0]: DFUHandler(dfuInterface, null);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef PDM_RECORD
|
#ifndef PDM_RECORD
|
||||||
#if (NUM_PDM_MICS > 0)
|
#if (NUM_PDM_MICS > 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user