X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ace61d757e0c580365adfcd8464c28ca9f98f878..5dba028aa529ef4426f08e5e0e8a1c1e8a49b8a7:/Bootloaders/CDC/BootloaderCDC.h?ds=inline diff --git a/Bootloaders/CDC/BootloaderCDC.h b/Bootloaders/CDC/BootloaderCDC.h index 76d579d26..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 for it 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: */