diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-14 20:57:04 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-14 20:57:04 +0000 |
commit | f51c87b9160dd89810bac7579246ae14f61e0a8b (patch) | |
tree | 085e40c1b32fd356d9688c5bf1b25b505f5d37d6 /Projects/AVRISP-MKII/Lib/V2ProtocolParams.h | |
parent | 7eaf3d18d268574a5805c362cf853f0fb1f1df23 (diff) | |
download | lufa-f51c87b9160dd89810bac7579246ae14f61e0a8b.tar.gz lufa-f51c87b9160dd89810bac7579246ae14f61e0a8b.tar.bz2 lufa-f51c87b9160dd89810bac7579246ae14f61e0a8b.zip |
Code style fixes to the AVRISP-MKII Clone programmer project.
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/V2ProtocolParams.h')
-rw-r--r-- | Projects/AVRISP-MKII/Lib/V2ProtocolParams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/Lib/V2ProtocolParams.h b/Projects/AVRISP-MKII/Lib/V2ProtocolParams.h index 21e4e81ca..9a30c4f1a 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 0x11 + #define FIRMWARE_VERSION_MINOR 0x14 #endif /* Type Defines: */ |