Fixed AVRISP-MKII programmer project reset line polarity inverted when the generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used.
This commit is contained in:
parent
e39f3378a2
commit
56aed4b3e6
2 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "V2ProtocolParams.h"
|
||||
|
||||
/* Non-Volatile Parameter Values for EEPROM storage */
|
||||
static uint8_t EEMEM EEPROM_Reset_Polarity = 0x00;
|
||||
static uint8_t EEMEM EEPROM_Reset_Polarity = 0x01;
|
||||
|
||||
/* Volatile Parameter Values for RAM storage */
|
||||
static ParameterItem_t ParameterTable[] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue