summaryrefslogtreecommitdiff
path: root/src/flash/stm32x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/stm32x.h')
-rw-r--r--src/flash/stm32x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/stm32x.h b/src/flash/stm32x.h
index b1d70e58..b79e1528 100644
--- a/src/flash/stm32x.h
+++ b/src/flash/stm32x.h
@@ -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 */