summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 471b633f..9e1e5b1c 100644
--- a/src/flash/stm32x.h
+++ b/src/flash/stm32x.h
@@ -93,9 +93,9 @@ struct stm32x_flash_bank
#define KEY1 0x45670123
#define KEY2 0xCDEF89AB
-typedef struct stm32x_mem_layout_s {
+struct stm32x_mem_layout {
uint32_t sector_start;
uint32_t sector_size;
-} stm32x_mem_layout_t;
+};
#endif /* STM32X_H */