Fix indentation in the AVRISP-MKII AppConfig.h header.
[pub/USBasp.git] / Bootloaders / MassStorage / BootloaderMassStorage.h
index 05b0eed..1fcce90 100644 (file)
 
                #include <LUFA/Drivers/Board/LEDs.h>
                #include <LUFA/Drivers/USB/USB.h>
+               #include <LUFA/Platform/Platform.h>
+
+       /* Preprocessor Checks: */
+               #if !defined(__OPTIMIZE_SIZE__)
+                       #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: */
                /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */