diff --git a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_timer.h b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_timer.h index 4f77b1a639b58c653459e07af49b1a543f540073..aaa91eec9c0e02df07951a8c54aa36cb178e82d4 100644 --- a/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_timer.h +++ b/platform/vendor_bsp/LN/ln882x/include/kernel/TencentOS_Adapter/TencentOS_timer.h @@ -1,11 +1,11 @@ /** - * @file freertos_timer.h + * @file TencentOS_timer.h * @author LightningSemi WLAN Team * Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved. */ -#ifndef _KERNEL_OS_FREERTOS_OS_TIMER_H_ -#define _KERNEL_OS_FREERTOS_OS_TIMER_H_ +#ifndef _KERNEL_OS_TENCENT_OS_TIMER_H_ +#define _KERNEL_OS_TENCENT_OS_TIMER_H_ #include "./TencentOS_Adapter/TencentOS_common.h" #include "tos_k.h" @@ -40,4 +40,4 @@ OS_Status OS_TimerStop(OS_Timer_t *timer); } #endif -#endif /* _KERNEL_OS_FREERTOS_OS_TIMER_H_ */ +#endif /* _KERNEL_OS_TENCENT_OS_TIMER_H_ */