diff options
Diffstat (limited to 'stmhal/main.c')
-rw-r--r-- | stmhal/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index 0e260e18c..ae4ff5141 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -549,6 +549,7 @@ soft_reset: storage_flush(); printf("PYB: soft reboot\n"); + timer_deinit(); first_soft_reset = false; goto soft_reset; |