Update Mass Storage bootloader so that it can support devices with only 4KB bootloade...
[pub/lufa.git] / Bootloaders / MassStorage / Descriptors.h
index 7261fab..4460fda 100644 (file)
@@ -70,7 +70,7 @@
                uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
                                                    const uint8_t wIndex,
                                                    const void** const DescriptorAddress)
                uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
                                                    const uint8_t wIndex,
                                                    const void** const DescriptorAddress)
-                                                   ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
+                                                   ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3) AUX_BOOT_SECTION;
 
 #endif
 
 
 #endif