Remove unneeded variable
This commit is contained in:
parent
a7394ef170
commit
c6fcd3154f
@ -235,7 +235,6 @@ int main(void)
|
|||||||
shellmatta_handle_t shell_handle;
|
shellmatta_handle_t shell_handle;
|
||||||
int menu_wait_request;
|
int menu_wait_request;
|
||||||
uint64_t quarter_sec_timestamp = 0ULL;
|
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 all the peripherals and external componets like LCD, EEPROM etc. and the safety controller */
|
||||||
setup_system();
|
setup_system();
|
||||||
|
Loading…
Reference in New Issue
Block a user