Minor clean up of the Mass Storage bootloader.
This commit is contained in:
parent
dc389f1c72
commit
7dc5295103
3 changed files with 11 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue