mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-03 14:07:46 +00:00
Update AVRISP-MKII Clone programmer project default firmware minor revision number to make it compatible with the Atmel Studio 6.1 public release.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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: */
|
||||
|
||||
Reference in New Issue
Block a user