Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the same as...
[pub/USBasp.git] / Bootloaders / MassStorage / BootloaderAPI.h
index d159f68..cbaac42 100644 (file)
 
                #include <LUFA/Common/Common.h>
 
+       /* Macros: */
+               #if AUX_BOOT_SECTION_SIZE > 0
+                       #define AUX_BOOT_SECTION       __attribute__((section(".boot_aux")))
+               #else
+                       #define AUX_BOOT_SECTION
+               #endif
+
        /* Function Prototypes: */
                void    BootloaderAPI_ErasePage(const uint32_t Address);
                void    BootloaderAPI_WritePage(const uint32_t Address);