From 91946e6d626641180c2b4b42102fe5ee886fba45 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 8 Apr 2013 19:35:00 +0000 Subject: Improve bootloader compile error message text when building without the correct optimization level. --- Bootloaders/CDC/BootloaderCDC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders/CDC') diff --git a/Bootloaders/CDC/BootloaderCDC.h b/Bootloaders/CDC/BootloaderCDC.h index e4eebe777..49fc6743d 100644 --- a/Bootloaders/CDC/BootloaderCDC.h +++ b/Bootloaders/CDC/BootloaderCDC.h @@ -54,7 +54,7 @@ /* Preprocessor Checks: */ #if !defined(__OPTIMIZE_SIZE__) - #error This bootloader requires that it be compiled for size, not speed, to fit into the target device. + #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again. #endif /* Macros: */ -- cgit v1.2.3