]> git.sur5r.net Git - openocd/blobdiff - src/flash/stm32x.h
target read/write is no longer attempted for target_xxx() functions when the target...
[openocd] / src / flash / stm32x.h
index b1d70e5815b2270fcd58fb7aee5a63881cc82054..b79e1528f8496b238830391d8eeaa119e5c8e92c 100644 (file)
@@ -34,6 +34,7 @@ typedef struct stm32x_flash_bank_s
 {
        stm32x_options_t option_bytes;
        working_area_t *write_algorithm;
+       int probed;
 } stm32x_flash_bank_t;
 
 /* stm32x register locations */