Significantly reduce the size of the Mass Storage class bootloader, by removing depen...
[pub/USBasp.git] / Bootloaders / MassStorage / BootloaderAPITable.S
index 2d7610b..7efe8b4 100644 (file)
@@ -29,7 +29,6 @@
 */\r
 \r
 #if AUX_BOOT_SECTION_SIZE > 0\r
-\r
 #warning Using a AUX bootloader section in addition to the defined bootloader space (see documentation).\r
 \r
 ; Trampoline to jump over the AUX bootloader section to the start of the bootloader,\r
@@ -38,7 +37,6 @@
 .global Boot_AUX_Trampoline\r
 Boot_AUX_Trampoline:\r
        jmp BOOT_START_ADDR\r
-\r
 #endif\r
 \r
 ; Trampolines to actual API implementations if the target address is outside the\r