rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
main_loop.cpp File Reference

Functions

void initMainLoop ()
 

Function Documentation

◆ initMainLoop()

void initMainLoop ( )

Definition at line 67 of file main_loop.cpp.

67 {
68 // see test_periodic_thread_controller.cpp for explanation
69#if ! EFI_UNIT_TEST
70 mainLoop.start();
71#endif
72}

Referenced by runRusEfi().

Here is the caller graph for this function:

Go to the source code of this file.