aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 10:01:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 10:01:41 +0000
commit9ab3be39cbb99b811b29b56aad107298828fd52c (patch)
treee50e9d9f8ce13d4a483d8cd7812c9d99c681c274 /test/lib
parent50b0e64179d55478206b7a3a6fc8e852d12d373d (diff)
downloadChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.tar.gz
ChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.tar.bz2
ChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.zip
Fixed more header guards.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9220 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/lib')
-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 */
/** @} */