aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-08 19:35:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-08 19:35:00 +0000
commit91946e6d626641180c2b4b42102fe5ee886fba45 (patch)
treedaeb04d628edb401d3d758dbfa780db0421139d2 /Bootloaders/CDC
parent197e2ed98501c40f854026ab380d68094b6df340 (diff)
downloadlufa-91946e6d626641180c2b4b42102fe5ee886fba45.tar.gz
lufa-91946e6d626641180c2b4b42102fe5ee886fba45.tar.bz2
lufa-91946e6d626641180c2b4b42102fe5ee886fba45.zip
Improve bootloader compile error message text when building without the correct optimization level.
Diffstat (limited to 'Bootloaders/CDC')
-rw-r--r--Bootloaders/CDC/BootloaderCDC.h2
1 files changed, 1 insertions, 1 deletions
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: */