From a80d0c99653353bfe6e03276bc9884f5b99340c6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 1 Mar 2014 21:09:00 +1100 Subject: [PATCH] Add Atmel Studio 6.2 compatibility. --- Bootloaders/DFU/BootloaderDFU.h | 2 +- LUFA/StudioIntegration/VSIX/extension.vsixmanifest | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h index 5efcce388d..c5d812847c 100644 --- a/Bootloaders/DFU/BootloaderDFU.h +++ b/Bootloaders/DFU/BootloaderDFU.h @@ -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. diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest index afe6a70ec6..ea6edeb258 100644 --- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest +++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest @@ -14,6 +14,7 @@ AtmelStudio + AtmelStudio