123456789101112131415161718192021 |
- /*
- * Hal_Var.h
- *
- * Created on: 2022Äê3ÔÂ14ÈÕ
- * Author: Zhengchao
- */
- #ifndef HAL_VAR_H_
- #define HAL_VAR_H_
- // #include "Mcal.h"
- #include "Platform.h"
- extern uint32 hal_1ms_TimerCounter;
- extern uint32 hal_100ms_TimerCounter;
- extern boolean IsFeedWdg;
- extern boolean waitForSleepFlag;
- #endif /* HAL_VAR_H_ */
|