#include #include #ifdef UNIT_TEST int main_ut(void) { #else int main(void) { #endif // UNIT_TEST // Initialize the ECU manager. // Here we will call Gpt_Init() and Dio_Init(). EcuM_Init(); // Start the task scheduler. OsSchedulerStartOs(); return 0; }