aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/peripherals/displays/hal_displays.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/lib/peripherals/displays/hal_displays.h')
-rw-r--r--os/hal/lib/peripherals/displays/hal_displays.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/lib/peripherals/displays/hal_displays.h b/os/hal/lib/peripherals/displays/hal_displays.h
index 046e4e727..78ce1c9f7 100644
--- a/os/hal/lib/peripherals/displays/hal_displays.h
+++ b/os/hal/lib/peripherals/displays/hal_displays.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _HAL_DISPLAYS_H_
-#define _HAL_DISPLAYS_H_
+#ifndef HAL_DISPLAYS_H
+#define HAL_DISPLAYS_H
/*===========================================================================*/
/* Driver constants. */
@@ -107,6 +107,6 @@ extern "C" {
}
#endif
-#endif /* _HAL_DISPLAYS_H_ */
+#endif /* HAL_DISPLAYS_H */
/** @} */