/*** * @Author: chenjie * @Date: 2022-06-06 * @LastEditTime: 2022-10-27 * @LastEditors: chenjie * @Description: * @FilePath: \S32K146_4G\code\app\AppTaskMain.h * @Copyright (c) 2022 by chenjie, All Rights Reserved. */ #ifndef APPTASKMAIN_H_ #define APPTASKMAIN_H_ #include "hal_adapter.h" #include "AppFunclib.h" #include "AppGlobalVar.h" #include "Hal_Wdg.h" void MainTask(void *pvParameters); #endif /* APPTASKMAIN_H_ */