stm32x_mem_layout_t -> struct stm32x_mem_layout
Remove misleading typedef and redundant suffix from struct stm32x_mem_layout.__archive__
parent
c7b2cad52d
commit
01b10d65bf
|
@ -93,9 +93,9 @@ struct stm32x_flash_bank
|
||||||
#define KEY1 0x45670123
|
#define KEY1 0x45670123
|
||||||
#define KEY2 0xCDEF89AB
|
#define KEY2 0xCDEF89AB
|
||||||
|
|
||||||
typedef struct stm32x_mem_layout_s {
|
struct stm32x_mem_layout {
|
||||||
uint32_t sector_start;
|
uint32_t sector_start;
|
||||||
uint32_t sector_size;
|
uint32_t sector_size;
|
||||||
} stm32x_mem_layout_t;
|
};
|
||||||
|
|
||||||
#endif /* STM32X_H */
|
#endif /* STM32X_H */
|
||||||
|
|
Loading…
Reference in New Issue