Be more specific about datatypes in the parameter struct.

This commit is contained in:
Randall Bohn (Huckle) 2012-01-31 05:51:18 -07:00 committed by Peter Van Hoyweghen
parent ce595ce818
commit a2a06f56cc
1 changed files with 6 additions and 6 deletions

View File

@ -91,11 +91,11 @@ typedef struct param {
uint8_t selftimed;
uint8_t lockbytes;
uint8_t fusebytes;
int flashpoll;
int eeprompoll;
int pagesize;
int eepromsize;
int flashsize;
uint8_t flashpoll;
uint16_t eeprompoll;
uint16_t pagesize;
uint16_t eepromsize;
uint32_t flashsize;
}
parameter;