未验证 提交 d45b8d7a 编写于 作者: D David Lin 提交者: GitHub

Mini optimized the TencentOS_timer.h

_KERNEL_OS_FREERTOS_OS_TIMER_H_ -> _KERNEL_OS_TENCENT_OS_TIMER_H_
上级 ba908625
/**
* @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_ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册