avrf_flash_bank_t -> struct avrf_flash_bank

Remove misleading typedef and redundant suffix from struct avrf_flash_bank.
This commit is contained in:
Zachary T Welch
2009-11-13 07:31:10 -08:00
parent 6ca63ee756
commit a7a8a1c9e2
2 changed files with 6 additions and 6 deletions

View File

@@ -32,10 +32,10 @@ struct avrf_type
int eeprom_page_num;
};
typedef struct avrf_flash_bank_s
struct avrf_flash_bank
{
int ppage_size;
int probed;
} avrf_flash_bank_t;
};
#endif /* AVRF_H */