aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/streams/chprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/lib/streams/chprintf.h')
-rw-r--r--os/hal/lib/streams/chprintf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/lib/streams/chprintf.h b/os/hal/lib/streams/chprintf.h
index 7aa3d5d44..a595249a6 100644
--- a/os/hal/lib/streams/chprintf.h
+++ b/os/hal/lib/streams/chprintf.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _CHPRINTF_H_
-#define _CHPRINTF_H_
+#ifndef CHPRINTF_H
+#define CHPRINTF_H
#include <stdarg.h>
@@ -44,6 +44,6 @@ extern "C" {
}
#endif
-#endif /* _CHPRINTF_H_ */
+#endif /* CHPRINTF_H */
/** @} */