Merge pull request #113 from DavidLin1577/patch-3

Minor optimization to improve readability of code
This commit is contained in:
Arthur
2020-03-03 18:29:09 +08:00
committed by GitHub

View File

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