- add support for newer high density stm32 parts
[fw/openocd] / src / flash / stm32x.h
index b1d70e5815b2270fcd58fb7aee5a63881cc82054..e4aca6092584f95790c6ddb6f88ec8206c84ef3a 100644 (file)
@@ -34,6 +34,8 @@ typedef struct stm32x_flash_bank_s
 {
        stm32x_options_t option_bytes;
        working_area_t *write_algorithm;
+       int ppage_size;
+       int probed;
 } stm32x_flash_bank_t;
 
 /* stm32x register locations */