From 8a84c531e26da5f06602e505c3591b09ea9bc741 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Tue, 26 May 2020 15:27:53 +0100 Subject: fish --- stm32/app/ticker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm32/app/ticker.c') diff --git a/stm32/app/ticker.c b/stm32/app/ticker.c index 5fbf316..e47f4eb 100644 --- a/stm32/app/ticker.c +++ b/stm32/app/ticker.c @@ -2,7 +2,7 @@ static volatile uint32_t delay_hms_count; -volatile uint32_t ticks; +static volatile uint32_t ticks; static uint32_t scale = 7; void -- cgit v1.2.3