#include #include void _endinit(void) /* cstart calls this function with protection switched off */ { //GPT120_CLC.B.DISR = 0; /* Enable GPT12 */ } void _call_init(void) { } int main(void) { // Initialize the ECU manager. EcuM_Init(); // Start the task scheduler. OsSchedulerStartOs(); }