diff options
Diffstat (limited to 'os/hal/lib/streams/nullstreams.h')
-rw-r--r-- | os/hal/lib/streams/nullstreams.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/lib/streams/nullstreams.h b/os/hal/lib/streams/nullstreams.h index 37cb6a4e2..f174ee3a6 100644 --- a/os/hal/lib/streams/nullstreams.h +++ b/os/hal/lib/streams/nullstreams.h @@ -22,8 +22,8 @@ * @{
*/
-#ifndef _NULLSTREAMS_H_
-#define _NULLSTREAMS_H_
+#ifndef NULLSTREAMS_H
+#define NULLSTREAMS_H
/*===========================================================================*/
/* Driver constants. */
@@ -81,6 +81,6 @@ extern "C" { }
#endif
-#endif /* _NULLSTREAMS_H_ */
+#endif /* NULLSTREAMS_H */
/** @} */
|