aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-03-10 09:34:28 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-03-10 09:34:28 +0000
commitef7b6a274c9ea66d301d0b3b0d2f6de7cee2b0d1 (patch)
treeac0b418950d0c8e2d1af669e91add086271aa403 /Bootloaders
parent32fcf1ec53a9f3567b50616400916bb8430270b0 (diff)
downloadlufa-ef7b6a274c9ea66d301d0b3b0d2f6de7cee2b0d1.tar.gz
lufa-ef7b6a274c9ea66d301d0b3b0d2f6de7cee2b0d1.tar.bz2
lufa-ef7b6a274c9ea66d301d0b3b0d2f6de7cee2b0d1.zip
Fix Printer bootloader top level documentation.
Diffstat (limited to 'Bootloaders')
-rw-r--r--Bootloaders/Printer/BootloaderPrinter.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/Printer/BootloaderPrinter.txt b/Bootloaders/Printer/BootloaderPrinter.txt
index 9a6ee5033..9a45fba2a 100644
--- a/Bootloaders/Printer/BootloaderPrinter.txt
+++ b/Bootloaders/Printer/BootloaderPrinter.txt
@@ -104,7 +104,7 @@
* #define BOOTLOADER_MAGIC_SIGNATURE 0xDCFB
*
* #define BOOTLOADER_CLASS_SIGNATURE_START (BOOTLOADER_API_TABLE_START + (BOOTLOADER_API_TABLE_SIZE - 4))
- * #define BOOTLOADER_PRINTER_SIGNATURE 0xCDC1
+ * #define BOOTLOADER_PRINTER_SIGNATURE 0xDF20
*
* #define BOOTLOADER_ADDRESS_START (BOOTLOADER_API_TABLE_START + (BOOTLOADER_API_TABLE_SIZE - 8))
* #define BOOTLOADER_ADDRESS_LENGTH 4
@@ -151,7 +151,7 @@
* Bootloaders reporting a device release revision number of 1.00 or greater are bootloader API enabled. From the application
* the API support of the bootloader can be detected by reading the FLASH memory bytes located at address \c BOOTLOADER_MAGIC_SIGNATURE_START
* and comparing them to the value \c BOOTLOADER_MAGIC_SIGNATURE. The class of bootloader can be determined by reading the
- * FLASH memory bytes located at address \c BOOTLOADER_CLASS_SIGNATURE_START and comparing them to the value \c BOOTLOADER_CDC_SIGNATURE.
+ * FLASH memory bytes located at address \c BOOTLOADER_CLASS_SIGNATURE_START and comparing them to the value \c BOOTLOADER_PRINTER_SIGNATURE.
* The start address of the bootloader can be retrieved by reading the bytes of FLASH memory starting from address \c BOOTLOADER_ADDRESS_START.
*
* \section Sec_Options Project Options