X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ace61d757e0c580365adfcd8464c28ca9f98f878..fff68762e912f9f782cd6036f4425f4bcc4c0fe7:/Bootloaders/DFU/BootloaderDFU.h diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h index 537902393..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 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: */