Update TencentOS_debug.h

_FREERTOS_DEBUG_H_ -> _TENCENTOS_DEBUG_H_
This commit is contained in:
David Lin
2021-03-04 17:53:40 +08:00
committed by GitHub
parent 40b0484eeb
commit 81a0ce11dd

View File

@@ -1,11 +1,11 @@
/**
* @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_ */