From a92ec3a0c4a4dbcd38cca3adcc4d9ed4bdbab659 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 2 Aug 2017 15:52:32 +0100 Subject: [PATCH] Disabled DFU flash code warning --- module_usb_audio/main.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/main.xc b/module_usb_audio/main.xc index 2a9d1d4f..38103d25 100755 --- a/module_usb_audio/main.xc +++ b/module_usb_audio/main.xc @@ -684,7 +684,7 @@ int main() #ifndef NO_USB #if (XUD_TILE != 0 ) && (AUDIO_IO_TILE != 0) /* 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); #endif #endif