aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/ch_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ch_test.h')
-rw-r--r--test/lib/ch_test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lib/ch_test.h b/test/lib/ch_test.h
index 6ecdb4af8..cbc2f2af8 100644
--- a/test/lib/ch_test.h
+++ b/test/lib/ch_test.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _CH_TEST_H_
-#define _CH_TEST_H_
+#ifndef CH_TEST_H
+#define CH_TEST_H
/*===========================================================================*/
/* Module constants. */
@@ -188,6 +188,6 @@ extern "C" {
#include "test_root.h"
-#endif /* _CH_TEST_H_ */
+#endif /* CH_TEST_H */
/** @} */