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