From 8c7ee88332652e7e79f6c1e4baacabe2183f7e8e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Mar 2021 12:54:03 +0000 Subject: working, with hybrid FLL/PLL, new refclk input and support for max7219 displays, neo 5 and neo 7 and a bazillion other fixes --- boot/delay.c | 1 + 1 file changed, 1 insertion(+) (limited to 'boot/delay.c') 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(); } -- cgit v1.2.3