aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
diff options
context:
space:
mode:
Diffstat (limited to 'Bootloaders')
-rw-r--r--Bootloaders/CDC/BootloaderCDC.h2
-rw-r--r--Bootloaders/DFU/BootloaderDFU.h2
-rw-r--r--Bootloaders/HID/BootloaderHID.h2
-rw-r--r--Bootloaders/MassStorage/BootloaderMassStorage.h2
-rw-r--r--Bootloaders/Printer/BootloaderPrinter.h2
5 files changed, 5 insertions, 5 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: */
diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h
index 1ace570fe..f712c8f2a 100644
--- a/Bootloaders/DFU/BootloaderDFU.h
+++ b/Bootloaders/DFU/BootloaderDFU.h
@@ -56,7 +56,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: */
diff --git a/Bootloaders/HID/BootloaderHID.h b/Bootloaders/HID/BootloaderHID.h
index 1394b8222..ff3115762 100644
--- a/Bootloaders/HID/BootloaderHID.h
+++ b/Bootloaders/HID/BootloaderHID.h
@@ -50,7 +50,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: */
diff --git a/Bootloaders/MassStorage/BootloaderMassStorage.h b/Bootloaders/MassStorage/BootloaderMassStorage.h
index 3a8e44b78..34297d4a5 100644
--- a/Bootloaders/MassStorage/BootloaderMassStorage.h
+++ b/Bootloaders/MassStorage/BootloaderMassStorage.h
@@ -52,7 +52,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: */
diff --git a/Bootloaders/Printer/BootloaderPrinter.h b/Bootloaders/Printer/BootloaderPrinter.h
index 19d36e050..acd6001ff 100644
--- a/Bootloaders/Printer/BootloaderPrinter.h
+++ b/Bootloaders/Printer/BootloaderPrinter.h
@@ -49,7 +49,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: */