aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/templates/chtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/templates/chtypes.h')
-rw-r--r--os/common/ports/templates/chtypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/ports/templates/chtypes.h b/os/common/ports/templates/chtypes.h
index c916f6c63..fa63f8898 100644
--- a/os/common/ports/templates/chtypes.h
+++ b/os/common/ports/templates/chtypes.h
@@ -29,8 +29,8 @@
* @{
*/
-#ifndef _CHTYPES_H_
-#define _CHTYPES_H_
+#ifndef CHTYPES_H
+#define CHTYPES_H
#include <stddef.h>
#include <stdint.h>
@@ -102,6 +102,6 @@ typedef uint32_t ucnt_t; /**< Generic unsigned counter. */
*/
#define ALIGNED_VAR(n) __attribute__((aligned(n)))
-#endif /* _CHTYPES_H_ */
+#endif /* CHTYPES_H */
/** @} */