From 182763f41bb13e8cfc694189cd6ece78821785f1 Mon Sep 17 00:00:00 2001 From: David Lin Date: Mon, 2 Mar 2020 22:19:05 +0800 Subject: [PATCH] Minor optimization to improve readability of code __M6312_M6312_H_ ->__M6312_H_ --- devices/m6312/m6312.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/m6312/m6312.h b/devices/m6312/m6312.h index 4f15917e..986dcfde 100644 --- a/devices/m6312/m6312.h +++ b/devices/m6312/m6312.h @@ -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_ */