summaryrefslogtreecommitdiff
path: root/src/flash/stm32x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/stm32x.c')
-rw-r--r--src/flash/stm32x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/stm32x.c b/src/flash/stm32x.c
index acbe116a..e87e0cce 100644
--- a/src/flash/stm32x.c
+++ b/src/flash/stm32x.c
@@ -60,6 +60,7 @@ flash_driver_t stm32x_flash =
.protect = stm32x_protect,
.write = stm32x_write,
.probe = stm32x_probe,
+ .auto_probe = stm32x_probe,
.erase_check = stm32x_erase_check,
.protect_check = stm32x_protect_check,
.info = stm32x_info