diff options
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/V2ProtocolParams.c')
| -rw-r--r-- | Projects/AVRISP-MKII/Lib/V2ProtocolParams.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/AVRISP-MKII/Lib/V2ProtocolParams.c b/Projects/AVRISP-MKII/Lib/V2ProtocolParams.c index 585bb6521..3b5656846 100644 --- a/Projects/AVRISP-MKII/Lib/V2ProtocolParams.c +++ b/Projects/AVRISP-MKII/Lib/V2ProtocolParams.c @@ -37,10 +37,10 @@  #include "V2ProtocolParams.h"  /* Non-Volatile Parameter Values for EEPROM storage */ -static uint8_t  EEMEM EEPROM_Reset_Polarity = 0x01; +static uint8_t EEMEM EEPROM_Reset_Polarity = 0x01;  /* Non-Volatile Parameter Values for EEPROM storage */ -static uint8_t  EEMEM EEPROM_SCK_Duration   = 0x06; +static uint8_t EEMEM EEPROM_SCK_Duration   = 0x06;  /* Volatile Parameter Values for RAM storage */  static ParameterItem_t ParameterTable[] =  | 
