tms470_flash_bank_t -> struct tms470_flash_bank

Remove misleading typedef and redundant suffix from struct tms470_flash_bank.
This commit is contained in:
Zachary T Welch
2009-11-13 07:42:16 -08:00
parent 3c9afaa645
commit 6a374afe71
2 changed files with 12 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
#include "flash.h"
typedef struct tms470_flash_bank_s
struct tms470_flash_bank
{
unsigned ordinal;
@@ -34,6 +34,6 @@ typedef struct tms470_flash_bank_s
uint32_t part_number;
char * part_name;
} tms470_flash_bank_t;
};
#endif /* TMS470_DOT_H */