Mini optimized the TencentOS_timer.h

_KERNEL_OS_FREERTOS_OS_TIMER_H_ -> _KERNEL_OS_TENCENT_OS_TIMER_H_
This commit is contained in:
David Lin
2021-03-04 17:27:52 +08:00
committed by GitHub
parent ba908625d5
commit d45b8d7aa7

View File

@@ -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_ */