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