projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix up non-unique DFU/CDC bootloader signatures.
[pub/lufa.git]
/
Bootloaders
/
CDC
/
BootloaderAPITable.S
diff --git
a/Bootloaders/CDC/BootloaderAPITable.S
b/Bootloaders/CDC/BootloaderAPITable.S
index
060a7ab
..
24b70ba
100644
(file)
--- a/
Bootloaders/CDC/BootloaderAPITable.S
+++ b/
Bootloaders/CDC/BootloaderAPITable.S
@@
-87,5
+87,5
@@
BootloaderAPI_JumpTable:
BootloaderAPI_Signatures:
.long BOOT_START_ADDR ; Start address of the bootloader
BootloaderAPI_Signatures:
.long BOOT_START_ADDR ; Start address of the bootloader
- .word 0xDF
B1 ; Signature for the DFU class bootloader, V1
+ .word 0xDF
00 ; Signature for the CDC class bootloader
.word 0xDCFB ; Signature for a LUFA class bootloader
.word 0xDCFB ; Signature for a LUFA class bootloader