mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
stm32x_mem_layout_t -> struct stm32x_mem_layout
Remove misleading typedef and redundant suffix from struct stm32x_mem_layout.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user