diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-27 10:30:09 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-27 10:30:09 +0000 |
commit | 41810f6e9e60ba3291d7d9838b9d54adad999f88 (patch) | |
tree | 7161870f5960668d7a7957ac01b2c50b6ff5e3c2 /Projects | |
parent | d3cee5160b3c3ee13ae1b7fa1088686172fe1ad6 (diff) | |
download | lufa-41810f6e9e60ba3291d7d9838b9d54adad999f88.tar.gz lufa-41810f6e9e60ba3291d7d9838b9d54adad999f88.tar.bz2 lufa-41810f6e9e60ba3291d7d9838b9d54adad999f88.zip |
Update AVRISP-MKII Clone programmer project default firmware minor revision number to make it compatible with the Atmel Studio 6.1 public release.
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/AVRISP-MKII/AVRISP-MKII.txt | 2 | ||||
-rw-r--r-- | Projects/AVRISP-MKII/Lib/V2ProtocolParams.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.txt b/Projects/AVRISP-MKII/AVRISP-MKII.txt index d4eaa1764..ad36e7279 100644 --- a/Projects/AVRISP-MKII/AVRISP-MKII.txt +++ b/Projects/AVRISP-MKII/AVRISP-MKII.txt @@ -289,7 +289,7 @@ * <td>NO_VTARGET_DETECT</td> * <td>AppConfig.h</td> * <td>Define to disable VTARGET sampling and reporting on AVR models with an ADC converter. This will cause the programmer - * to report a fixed 3.3V target voltage to the host regardless of the real target voltage. + * to report a fixed 3.3V target voltage to the host regardless of the real target voltage. * \n \n <i>Ignored when compiled for targets lacking an ADC.</i></td> * </tr> * <tr> 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: */ |