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

Update TencentOS_debug.h

_FREERTOS_DEBUG_H_ -> _TENCENTOS_DEBUG_H_
上级 40b0484e
/**
* @file freertos_debug.h
* @file TencentOS_debug.h
* @author LightningSemi WLAN Team
* Copyright (C) 2018 LightningSemi Technology Co., Ltd. All rights reserved.
*/
#ifndef _FREERTOS_DEBUG_H_
#define _FREERTOS_DEBUG_H_
#ifndef _TENCENTOS_DEBUG_H_
#define _TENCENTOS_DEBUG_H_
#include <stdio.h>
//#include "compiler.h"
......@@ -82,4 +82,4 @@ extern void exception_panic(const char *file, const char *func, const int line);
}
#endif
#endif /* _FREERTOS_DEBUG_H_ */
#endif /* _TENCENTOS_DEBUG_H_ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册