Minor optimization to improve readability of code

__M6312_M6312_H_ ->__M6312_H_
This commit is contained in:
David Lin
2020-03-02 22:19:05 +08:00
committed by GitHub
parent d0d01f5ba2
commit 182763f41b

View File

@@ -15,12 +15,12 @@
* within TencentOS. * within TencentOS.
*---------------------------------------------------------------------------*/ *---------------------------------------------------------------------------*/
#ifndef __M6312_M6312_H_ #ifndef __M6312_H_
#define __M6312_M6312_H_ #define __M6312_H_
#include "tos_hal.h" #include "tos_hal.h"
int m6312_sal_init(hal_uart_port_t uart_port); int m6312_sal_init(hal_uart_port_t uart_port);
#endif /* __M6312_M6312_H_ */ #endif /* __M6312_H_ */