aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/BootloaderAPITable.S
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-10-12 16:58:42 +1100
committerDean Camera <dean@fourwalledcubicle.com>2014-10-12 16:58:42 +1100
commit2304a730508331b3d71c5c37602201b5b065b4a4 (patch)
tree38c53db48e49523bc512857e5ab71b2139016642 /Bootloaders/CDC/BootloaderAPITable.S
parenta09cb7e3d8d6256f5610459ee8dd80e0efd741f7 (diff)
downloadlufa-2304a730508331b3d71c5c37602201b5b065b4a4.tar.gz
lufa-2304a730508331b3d71c5c37602201b5b065b4a4.tar.bz2
lufa-2304a730508331b3d71c5c37602201b5b065b4a4.zip
Improve bootloader documentation.
Diffstat (limited to 'Bootloaders/CDC/BootloaderAPITable.S')
-rw-r--r--Bootloaders/CDC/BootloaderAPITable.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/CDC/BootloaderAPITable.S b/Bootloaders/CDC/BootloaderAPITable.S
index 69ebd387a..ebc514b98 100644
--- 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
- .word 0xDF00 ; Signature for the CDC class bootloader
- .word 0xDCFB ; Signature for a LUFA class bootloader
+ .word 0xDF00 ; Signature for the CDC class bootloader
+ .word 0xDCFB ; Signature for a LUFA class bootloader