aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/templates
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-03-23 18:43:19 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-03-23 18:43:19 +0000
commit830278dcd222180f3a4e6c5f288ea9f05afc52ae (patch)
treee707dbd955495fc6fca7fc8fa68e9c1d08e88c6c /os/rt/templates
parent4edc5aeca7251e69dfa772dfdd5b2e012375a809 (diff)
downloadChibiOS-830278dcd222180f3a4e6c5f288ea9f05afc52ae.tar.gz
ChibiOS-830278dcd222180f3a4e6c5f288ea9f05afc52ae.tar.bz2
ChibiOS-830278dcd222180f3a4e6c5f288ea9f05afc52ae.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9153 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/templates')
-rw-r--r--os/rt/templates/chconf.h6
-rw-r--r--os/rt/templates/meta/module.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/os/rt/templates/chconf.h b/os/rt/templates/chconf.h
index dca0f30be..a2f49b8bd 100644
--- a/os/rt/templates/chconf.h
+++ b/os/rt/templates/chconf.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHCONF_H_
-#define _CHCONF_H_
+#ifndef CHCONF_H
+#define CHCONF_H
#define _CHIBIOS_RT_CONF_
@@ -516,6 +516,6 @@
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
-#endif /* _CHCONF_H_ */
+#endif /* CHCONF_H */
/** @} */
diff --git a/os/rt/templates/meta/module.h b/os/rt/templates/meta/module.h
index 0150d5c09..3626f09b9 100644
--- a/os/rt/templates/meta/module.h
+++ b/os/rt/templates/meta/module.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHXXX_H_
-#define _CHXXX_H_
+#ifndef CHXXX_H
+#define CHXXX_H
#include "ch.h"
@@ -71,6 +71,6 @@ extern "C" {
#endif /* CH_CFG_USE_XXX */
-#endif /* _CHXXX_H_ */
+#endif /* CHXXX_H */
/** @} */