stm32x_mem_layout_t -> struct stm32x_mem_layout

Remove misleading typedef and redundant suffix from struct stm32x_mem_layout.
__archive__
Zachary T Welch 2009-11-13 07:39:03 -08:00
parent c7b2cad52d
commit 01b10d65bf
1 changed files with 2 additions and 2 deletions

View File

@ -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 */