Fixed bootloaders accepting flash writes to the bootloader region (thanks to NicoHood).
[pub/USBasp.git] / Bootloaders / MassStorage / BootloaderAPITable.S
index 02a3047..d15766d 100644 (file)
@@ -1,13 +1,13 @@
 /*\r
              LUFA Library\r
 /*\r
              LUFA Library\r
-     Copyright (C) Dean Camera, 2014.\r
+     Copyright (C) Dean Camera, 2018.\r
 \r
   dean [at] fourwalledcubicle [dot] com\r
            www.lufa-lib.org\r
 */\r
 \r
 /*\r
 \r
   dean [at] fourwalledcubicle [dot] com\r
            www.lufa-lib.org\r
 */\r
 \r
 /*\r
-  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
+  Copyright 2018  Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
 \r
   Permission to use, copy, modify, distribute, and sell this\r
   software and its documentation for any purpose is hereby granted\r
 \r
   Permission to use, copy, modify, distribute, and sell this\r
   software and its documentation for any purpose is hereby granted\r
@@ -98,5 +98,5 @@ BootloaderAPI_JumpTable:
 BootloaderAPI_Signatures:\r
 \r
        .long BOOT_START_ADDR ; Start address of the bootloader\r
 BootloaderAPI_Signatures:\r
 \r
        .long BOOT_START_ADDR ; Start address of the bootloader\r
-       .word 0xDF30          ; Signature for the MS class bootloader, V1\r
-       .word 0xDCFB          ; Signature for a LUFA class bootloader\r
+       .word 0xDF30 ; Signature for the MS class bootloader, V1\r
+       .word 0xDCFB ; Signature for a LUFA class bootloader\r