avrf_type_t -> struct avrf_type

Remove misleading typedef and redundant suffix from struct avrf_type.
This commit is contained in:
Zachary T Welch
2009-11-13 07:30:58 -08:00
parent 3877201581
commit 6ca63ee756
2 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
#include "types.h"
typedef struct avrf_type_s
struct avrf_type
{
char name[15];
uint16_t chip_id;
@@ -30,7 +30,7 @@ typedef struct avrf_type_s
int flash_page_num;
int eeprom_page_size;
int eeprom_page_num;
} avrf_type_t;
};
typedef struct avrf_flash_bank_s
{