summaryrefslogtreecommitdiffstats
path: root/boot/delay.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/delay.c')
-rw-r--r--boot/delay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/delay.c b/boot/delay.c
index 132081a..d30b6ca 100644
--- a/boot/delay.c
+++ b/boot/delay.c
@@ -36,6 +36,7 @@ delay_ms (uint32_t d)
delay_ms_count = d;
while (delay_ms_count);
+
ticker_off();
}