void mainCycleRun(void)
This function is called in while(1). Waiting for the end of the tick is done after it.
Definition main_cycle.c:36
void mainCyclePreRun(void)
This function is called before main cycle and makes 5s pause to connect debugger if needed.
Definition main_cycle.c:106