#include #include int main(void) { // Initialize the ECU manager. EcuM_Init(); // Start the task scheduler. OsSchedulerStartOs(); }