From 41810f6e9e60ba3291d7d9838b9d54adad999f88 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 27 Apr 2013 10:30:09 +0000 Subject: Update AVRISP-MKII Clone programmer project default firmware minor revision number to make it compatible with the Atmel Studio 6.1 public release. --- Projects/AVRISP-MKII/Lib/V2ProtocolParams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/AVRISP-MKII/Lib') diff --git a/Projects/AVRISP-MKII/Lib/V2ProtocolParams.h b/Projects/AVRISP-MKII/Lib/V2ProtocolParams.h index 9a30c4f1a..09c092d3b 100644 --- a/Projects/AVRISP-MKII/Lib/V2ProtocolParams.h +++ b/Projects/AVRISP-MKII/Lib/V2ProtocolParams.h @@ -62,7 +62,7 @@ #if (!defined(FIRMWARE_VERSION_MINOR) || defined(__DOXYGEN__)) /** Minor firmware version, reported to the host on request; must match the version * the host is expecting, or it (may) reject further communications with the programmer. */ - #define FIRMWARE_VERSION_MINOR 0x14 + #define FIRMWARE_VERSION_MINOR 0x16 #endif /* Type Defines: */ -- cgit v1.2.3