From c6fcd3154f80458e0b3a6720d05a3ba50df94b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 3 Oct 2021 18:51:14 +0200 Subject: [PATCH] Remove unneeded variable --- stm-firmware/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stm-firmware/main.c b/stm-firmware/main.c index 95fccd3..c4b9e8e 100644 --- a/stm-firmware/main.c +++ b/stm-firmware/main.c @@ -235,7 +235,6 @@ int main(void) shellmatta_handle_t shell_handle; int menu_wait_request; uint64_t quarter_sec_timestamp = 0ULL; - static uint64_t IN_SECTION(.ccm.bss) main_loop_iter_count; /* Setup all the peripherals and external componets like LCD, EEPROM etc. and the safety controller */ setup_system();