Add Atmel Studio 6.2 compatibility.
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 1 Mar 2014 10:09:00 +0000 (21:09 +1100)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 1 Mar 2014 10:09:00 +0000 (21:09 +1100)
Bootloaders/DFU/BootloaderDFU.h
LUFA/StudioIntegration/VSIX/extension.vsixmanifest

index 5efcce3..c5d8128 100644 (file)
@@ -68,7 +68,7 @@
                #define BOOTLOADER_VERSION_REV   0
 
                /** Magic bootloader key to unlock forced application start mode. */
-               #define MAGIC_BOOT_KEY            0xDC42
+               #define MAGIC_BOOT_KEY           0xDC42
 
                /** Complete bootloader version number expressed as a packed byte, constructed from the
                 *  two individual bootloader version macros.
index afe6a70..ea6edeb 100644 (file)
@@ -14,6 +14,7 @@
 \r
                <SupportedProducts>\r
                        <IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>\r
+                       <IsolatedShell Version="6.2">AtmelStudio</IsolatedShell>\r
                </SupportedProducts>\r
 \r
                <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/>\r