AppTaskMain.h 435 B

12345678910111213141516171819
  1. /***
  2. * @Author: chenjie
  3. * @Date: 2022-06-06
  4. * @LastEditTime: 2022-10-27
  5. * @LastEditors: chenjie
  6. * @Description:
  7. * @FilePath: \S32K146_4G\code\app\AppTaskMain.h
  8. * @Copyright (c) 2022 by chenjie, All Rights Reserved.
  9. */
  10. #ifndef APPTASKMAIN_H_
  11. #define APPTASKMAIN_H_
  12. #include "hal_adapter.h"
  13. #include "AppFunclib.h"
  14. #include "AppGlobalVar.h"
  15. #include "Hal_Wdg.h"
  16. void MainTask(void *pvParameters);
  17. #endif /* APPTASKMAIN_H_ */