stm32x_flash_bank_t -> struct stm32x_flash_bank
[fw/openocd] / src / flash / stm32x.h
index 60117627a71e18e43bcf59c21746ca7f8474b4d0..471b633f96255d4700e2f917168b7b236f08a7df 100644 (file)
@@ -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 */