From 6192b9a5fa4dd1dd391b8799d109ea74c89f2a2e Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 27 Jan 2014 14:26:36 +0000 Subject: [PATCH] Removed #warning when DFU_FLASH_DEVICE defined --- module_usb_audio/flashlib_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/flashlib_user.c b/module_usb_audio/flashlib_user.c index 028b2760..1ea6b428 100644 --- a/module_usb_audio/flashlib_user.c +++ b/module_usb_audio/flashlib_user.c @@ -14,7 +14,7 @@ #define portout(a,b) {__asm__ __volatile__("out res[%0], %1": : "r" (a) , "r" (b));} #ifdef DFU_FLASH_DEVICE -#warning Using custom flash spec +/* Using specified flash device rather than all supported in tools */ fl_DeviceSpec flash_devices[] = {DFU_FLASH_DEVICE}; #endif