Hal_Var.h 330 B

123456789101112131415161718192021
  1. /*
  2. * Hal_Var.h
  3. *
  4. * Created on: 2022Äê3ÔÂ14ÈÕ
  5. * Author: Zhengchao
  6. */
  7. #ifndef HAL_VAR_H_
  8. #define HAL_VAR_H_
  9. // #include "Mcal.h"
  10. #include "Platform.h"
  11. extern uint32 hal_1ms_TimerCounter;
  12. extern uint32 hal_100ms_TimerCounter;
  13. extern boolean IsFeedWdg;
  14. extern boolean waitForSleepFlag;
  15. #endif /* HAL_VAR_H_ */