Remove unneeded variable

This commit is contained in:
Mario Hüttel 2021-10-03 18:51:14 +02:00
parent a7394ef170
commit c6fcd3154f

View File

@ -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();