stellaris_flash_bank_t -> struct stellaris_flash_bank

Remove misleading typedef and redundant suffix from struct stellaris_flash_bank.
This commit is contained in:
Zachary T Welch
2009-11-13 07:38:55 -08:00
parent ed9c4ef3c4
commit 9059f9f28e
2 changed files with 14 additions and 14 deletions

View File

@@ -22,7 +22,7 @@
#include "flash.h"
typedef struct stellaris_flash_bank_s
struct stellaris_flash_bank
{
/* chip id register */
uint32_t did0;
@@ -52,7 +52,7 @@ typedef struct stellaris_flash_bank_s
uint32_t mck_freq;
const char *iosc_desc;
const char *mck_desc;
} stellaris_flash_bank_t;
};
/* STELLARIS control registers */
#define SCB_BASE 0x400FE000