Minor clean up of the Mass Storage bootloader.

This commit is contained in:
Dean Camera 2013-03-31 14:15:03 +00:00
parent dc389f1c72
commit 7dc5295103
3 changed files with 11 additions and 2 deletions

View file

@ -43,6 +43,13 @@
#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);