aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/simulator/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/simulator/console.h')
-rw-r--r--os/hal/ports/simulator/console.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/simulator/console.h b/os/hal/ports/simulator/console.h
index ec74cb45b..8b7d0f1ba 100644
--- a/os/hal/ports/simulator/console.h
+++ b/os/hal/ports/simulator/console.h
@@ -20,8 +20,8 @@
* @{
*/
-#ifndef _CONSOLE_H_
-#define _CONSOLE_H_
+#ifndef CONSOLE_H
+#define CONSOLE_H
/*===========================================================================*/
/* Driver constants. */
@@ -57,6 +57,6 @@ extern "C" {
}
#endif
-#endif /* _CONSOLE_H_ */
+#endif /* CONSOLE_H */
/** @} */