Minor optimization to improve readability of code
__M6312_M6312_H_ ->__M6312_H_
This commit is contained in:
@@ -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_ */
|
||||||
|
Reference in New Issue
Block a user