str9x_flash_bank_t -> struct str9x_flash_bank

Remove misleading typedef and redundant suffix from struct str9x_flash_bank.
This commit is contained in:
Zachary T Welch
2009-11-13 07:39:12 -08:00
parent 774d71f2cf
commit 6aa82891b6
2 changed files with 8 additions and 8 deletions

View File

@@ -25,13 +25,13 @@
#include "flash.h"
typedef struct str9x_flash_bank_s
struct str9x_flash_bank
{
uint32_t *sector_bits;
int variant;
int bank1;
working_area_t *write_algorithm;
} str9x_flash_bank_t;
};
enum str9x_status_codes
{