Add checks to the bootloaders so that they will give a user-friendly compile error...
[pub/lufa.git] / Bootloaders / Printer / BootloaderPrinter.h
index 4995cdc..22104c5 100644 (file)
                #include <LUFA/Drivers/USB/USB.h>
                #include <LUFA/Drivers/Board/LEDs.h>
 
+       /* 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.
+               #endif
+
        /* Macros: */
                /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
                #define LEDMASK_USB_NOTREADY       LEDS_LED1