diff options
Diffstat (limited to 'test/hal/testbuild/board.h')
-rw-r--r-- | test/hal/testbuild/board.h | 6 |
1 files changed, 3 insertions, 3 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 */
|