AppTaskUart0.h 437 B

123456789101112131415
  1. /***
  2. * @Author: chenjie
  3. * @Date: 2022-06-06
  4. * @LastEditTime: 2022-10-27
  5. * @LastEditors: chenjie
  6. * @Description:
  7. * @FilePath: \undefinedd:\1_WorkFiles\1_Device\2_4G_G1\2_SW\workspace\S32K146_4G\code\app\AppTaskUart0.h
  8. * @Copyright (c) 2022 by chenjie, All Rights Reserved.
  9. */
  10. #ifndef APPTASKUART0_H_
  11. #define APPTASKUART0_H_
  12. #include "hal_adapter.h"
  13. #include "AppFunclib.h"
  14. #include "AppGlobalVar.h"
  15. #endif /* APPTASKUART0_H_ */