aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/hal/testbuild/board.h6
-rw-r--r--test/lib/ch_test.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/test/hal/testbuild/board.h b/test/hal/testbuild/board.h
index e2ef46123..408cbb918 100644
--- a/test/hal/testbuild/board.h
+++ b/test/hal/testbuild/board.h
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _BOARD_H_
-#define _BOARD_H_
+#ifndef BOARD_H
+#define BOARD_H
/*
* Setup for a generic board.
@@ -37,4 +37,4 @@ extern "C" {
#endif
#endif /* _FROM_ASM_ */
-#endif /* _BOARD_H_ */
+#endif /* BOARD_H */
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 */
/** @} */