aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/LPC/LPC214x/hal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/LPC/LPC214x/hal_lld.h')
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/LPC/LPC214x/hal_lld.h b/os/hal/ports/LPC/LPC214x/hal_lld.h
index eee898355..bc4b62e1f 100644
--- a/os/hal/ports/LPC/LPC214x/hal_lld.h
+++ b/os/hal/ports/LPC/LPC214x/hal_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _HAL_LLD_H_
-#define _HAL_LLD_H_
+#ifndef HAL_LLD_H
+#define HAL_LLD_H
#include "lpc214x.h"
#include "vic.h"
@@ -78,6 +78,6 @@ extern "C" {
}
#endif
-#endif /* _HAL_LLD_H_ */
+#endif /* HAL_LLD_H */
/** @} */