summaryrefslogtreecommitdiff
path: root/src/flash/stm32x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/stm32x.h')
-rw-r--r--src/flash/stm32x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/stm32x.h b/src/flash/stm32x.h
index 60117627..471b633f 100644
--- a/src/flash/stm32x.h
+++ b/src/flash/stm32x.h
@@ -32,13 +32,13 @@ struct stm32x_options
uint16_t protection[4];
};
-typedef struct stm32x_flash_bank_s
+struct stm32x_flash_bank
{
struct stm32x_options option_bytes;
working_area_t *write_algorithm;
int ppage_size;
int probed;
-} stm32x_flash_bank_t;
+};
/* stm32x register locations */