Disabled DFU flash code warning

This commit is contained in:
Ross Owen
2017-08-02 15:52:32 +01:00
parent 3dfd070e58
commit a92ec3a0c4

View File

@@ -684,7 +684,7 @@ int main()
#ifndef NO_USB #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 #endif