aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/simulator/pal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/simulator/pal_lld.h')
-rw-r--r--os/hal/ports/simulator/pal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/simulator/pal_lld.h b/os/hal/ports/simulator/pal_lld.h
index bf0b245d1..2cd288ec2 100644
--- a/os/hal/ports/simulator/pal_lld.h
+++ b/os/hal/ports/simulator/pal_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _PAL_LLD_H_
-#define _PAL_LLD_H_
+#ifndef PAL_LLD_H
+#define PAL_LLD_H
#if HAL_USE_PAL || defined(__DOXYGEN__)
@@ -201,6 +201,6 @@ extern "C" {
#endif /* HAL_USE_PAL */
-#endif /* _PAL_LLD_H_ */
+#endif /* PAL_LLD_H */
/** @} */