working_area_t -> struct working_area

Remove misleading typedef and redundant suffix from struct working_area.
This commit is contained in:
Zachary T Welch
2009-11-13 08:44:30 -08:00
parent c2b5d8a6fa
commit 46fc1d57ac
23 changed files with 44 additions and 44 deletions

View File

@@ -30,7 +30,7 @@ struct str9x_flash_bank
uint32_t *sector_bits;
int variant;
int bank1;
working_area_t *write_algorithm;
struct working_area *write_algorithm;
};
enum str9x_status_codes