From 9ab3be39cbb99b811b29b56aad107298828fd52c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 10:01:41 +0000 Subject: Fixed more header guards. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9220 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/hal/testbuild/board.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/hal') 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 */ -- cgit v1.2.3