X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ace61d757e0c580365adfcd8464c28ca9f98f878..e9bf4bc84e66fa86d804ad1dbdede9bbd83c7a44:/Bootloaders/DFU/BootloaderDFU.h?ds=inline diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h index 537902393..3d6d90649 100644 --- a/Bootloaders/DFU/BootloaderDFU.h +++ b/Bootloaders/DFU/BootloaderDFU.h @@ -53,10 +53,11 @@ #include #include + #include /* Preprocessor Checks: */ #if !defined(__OPTIMIZE_SIZE__) - #error This bootloader requires that it be compiled for size, not speed for it to fit into the target device. + #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again. #endif /* Macros: */