From 0316ef630da43c28db95d424699b5b62c2d0ab2c Mon Sep 17 00:00:00 2001 From: David Lin Date: Sat, 6 Jun 2020 10:43:08 +0800 Subject: [PATCH] Update tos_at_utils_evtdrv.h _TOS_AT_UTILS_H_ -> _TOS_AT_UTILS_EVTDRV_H_ --- .../at_evtdrv/include/tos_at_utils_evtdrv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/event_driven_at_module/at_evtdrv/include/tos_at_utils_evtdrv.h b/examples/event_driven_at_module/at_evtdrv/include/tos_at_utils_evtdrv.h index 46e7a094..d69e8ea9 100644 --- a/examples/event_driven_at_module/at_evtdrv/include/tos_at_utils_evtdrv.h +++ b/examples/event_driven_at_module/at_evtdrv/include/tos_at_utils_evtdrv.h @@ -1,5 +1,5 @@ -#ifndef _TOS_AT_UTILS_H_ -#define _TOS_AT_UTILS_H_ +#ifndef _TOS_AT_UTILS_EVTDRV_H_ +#define _TOS_AT_UTILS_EVTDRV_H_ typedef struct at_timer_st { evtdrv_tick_t end_time; @@ -19,5 +19,5 @@ evtdrv_tick_t at_timer_remain(at_timer_t *tmr); void at_timer_init(at_timer_t *tmr); -#endif +#endif//_TOS_AT_UTILS_EVTDRV_H_