aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/testbuild/halconf.h')
-rw-r--r--test/rt/testbuild/halconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/rt/testbuild/halconf.h b/test/rt/testbuild/halconf.h
index 86947d59c..734b66224 100644
--- a/test/rt/testbuild/halconf.h
+++ b/test/rt/testbuild/halconf.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _HALCONF_H_
-#define _HALCONF_H_
+#ifndef HALCONF_H
+#define HALCONF_H
/*#include "mcuconf.h"*/
@@ -376,6 +376,6 @@
#define USB_USE_WAIT FALSE
#endif
-#endif /* _HALCONF_H_ */
+#endif /* HALCONF_H */
/** @} */