diff options
Diffstat (limited to 'Bootloaders/MassStorage/BootloaderAPITable.S')
-rw-r--r-- | Bootloaders/MassStorage/BootloaderAPITable.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/MassStorage/BootloaderAPITable.S b/Bootloaders/MassStorage/BootloaderAPITable.S index 6844d4b01..02a30479e 100644 --- a/Bootloaders/MassStorage/BootloaderAPITable.S +++ b/Bootloaders/MassStorage/BootloaderAPITable.S @@ -98,5 +98,5 @@ BootloaderAPI_JumpTable: BootloaderAPI_Signatures:
.long BOOT_START_ADDR ; Start address of the bootloader
- .word 0xDF30 ; Signature for the MS class bootloader, V1
- .word 0xDCFB ; Signature for a LUFA class bootloader
+ .word 0xDF30 ; Signature for the MS class bootloader, V1
+ .word 0xDCFB ; Signature for a LUFA class bootloader
|