Removed #warning when DFU_FLASH_DEVICE defined

This commit is contained in:
Ross Owen
2014-01-27 14:26:36 +00:00
parent aa5b7b68df
commit 6192b9a5fa

View File

@@ -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