Code style fixes to the AVRISP-MKII Clone programmer project.

This commit is contained in:
Dean Camera 2013-01-14 20:57:04 +00:00
parent 7eaf3d18d2
commit f51c87b916
7 changed files with 58 additions and 37 deletions

View file

@ -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[] =