X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/dc389f1c7280d19d5a59a5b031980601661c8b3d..7dc5295103b29abf3e0038bd06166f0b33c3fdd5:/Bootloaders/MassStorage/BootloaderAPI.h diff --git a/Bootloaders/MassStorage/BootloaderAPI.h b/Bootloaders/MassStorage/BootloaderAPI.h index d159f689b..cbaac42b6 100644 --- a/Bootloaders/MassStorage/BootloaderAPI.h +++ b/Bootloaders/MassStorage/BootloaderAPI.h @@ -43,6 +43,13 @@ #include + /* 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);