str7x_flash_bank_t -> struct str7x_flash_bank

Remove misleading typedef and redundant suffix from struct str7x_flash_bank.
This commit is contained in:
Zachary T Welch
2009-11-13 07:39:06 -08:00
parent 01b10d65bf
commit 3b09560ae8
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -25,14 +25,14 @@
#include "flash.h"
typedef struct str7x_flash_bank_s
struct str7x_flash_bank
{
uint32_t *sector_bits;
uint32_t disable_bit;
uint32_t busy_bits;
uint32_t register_base;
working_area_t *write_algorithm;
} str7x_flash_bank_t;
};
enum str7x_status_codes
{