projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch.
[pub/USBasp.git]
/
Bootloaders
/
CDC
/
BootloaderAPITable.S
diff --git
a/Bootloaders/CDC/BootloaderAPITable.S
b/Bootloaders/CDC/BootloaderAPITable.S
index
cad8f71
..
24b70ba
100644
(file)
--- a/
Bootloaders/CDC/BootloaderAPITable.S
+++ b/
Bootloaders/CDC/BootloaderAPITable.S
@@
-1,6
+1,6
@@
/*
LUFA Library
/*
LUFA Library
- Copyright (C) Dean Camera, 201
1
.
+ Copyright (C) Dean Camera, 201
2
.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
@@
-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