summaryrefslogtreecommitdiff
path: root/src/flash/stellaris.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/stellaris.h')
-rw-r--r--src/flash/stellaris.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/stellaris.h b/src/flash/stellaris.h
index eaf3d481..949a346d 100644
--- a/src/flash/stellaris.h
+++ b/src/flash/stellaris.h
@@ -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