projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor documentation improvements.
[pub/USBasp.git]
/
Bootloaders
/
MassStorage
/
BootloaderAPITable.S
diff --git
a/Bootloaders/MassStorage/BootloaderAPITable.S
b/Bootloaders/MassStorage/BootloaderAPITable.S
index
02a3047
..
6844d4b
100644
(file)
--- a/
Bootloaders/MassStorage/BootloaderAPITable.S
+++ b/
Bootloaders/MassStorage/BootloaderAPITable.S
@@
-98,5
+98,5
@@
BootloaderAPI_JumpTable:
BootloaderAPI_Signatures:
\r
\r
.long BOOT_START_ADDR ; Start address of the bootloader
\r
BootloaderAPI_Signatures:
\r
\r
.long BOOT_START_ADDR ; Start address of the bootloader
\r
- .word 0xDF30
; Signature for the MS class bootloader, V1
\r
- .word 0xDCFB
; Signature for a LUFA class bootloader
\r
+ .word 0xDF30 ; Signature for the MS class bootloader, V1
\r
+ .word 0xDCFB ; Signature for a LUFA class bootloader
\r