X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ace61d757e0c580365adfcd8464c28ca9f98f878..5a802b18df20ea77cc59a9b09d7c17bb0cbe6cc7:/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: */