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
/
Printer
/
BootloaderAPITable.S
diff --git
a/Bootloaders/Printer/BootloaderAPITable.S
b/Bootloaders/Printer/BootloaderAPITable.S
index
8e1badf
..
ec499b7
100644
(file)
--- a/
Bootloaders/Printer/BootloaderAPITable.S
+++ b/
Bootloaders/Printer/BootloaderAPITable.S
@@
-87,5
+87,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 0xDF20
; Signature for the Printer class bootloader
\r
- .word 0xDCFB
; Signature for a LUFA class bootloader
\r
+ .word 0xDF20 ; Signature for the Printer class bootloader
\r
+ .word 0xDCFB ; Signature for a LUFA class bootloader
\r