From d999ca8f305c2df18ce1d0ed24e457211bc71371 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 4 Mar 2013 16:43:32 +0000 Subject: Fix incorrect Bootloader documentation. --- Bootloaders/Printer/BootloaderPrinter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders/Printer') diff --git a/Bootloaders/Printer/BootloaderPrinter.txt b/Bootloaders/Printer/BootloaderPrinter.txt index a2c661dce..9a6ee5033 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_CDC_SIGNATURE 0xCDC1 + * #define BOOTLOADER_PRINTER_SIGNATURE 0xCDC1 * * #define BOOTLOADER_ADDRESS_START (BOOTLOADER_API_TABLE_START + (BOOTLOADER_API_TABLE_SIZE - 8)) * #define BOOTLOADER_ADDRESS_LENGTH 4 -- cgit v1.2.3