diff options
Diffstat (limited to 'os/nil')
-rw-r--r-- | os/nil/include/ch.h | 2 | ||||
-rw-r--r-- | os/nil/templates/chconf.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index 835faa1fd..8d44d13d3 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -479,7 +479,7 @@ #error "missing or wrong configuration file"
#endif
-#if !defined(_CHIBIOS_NIL_CONF_VER_3_0_)
+#if !defined(_CHIBIOS_NIL_CONF_VER_3_2_)
#error "obsolete or unknown configuration file"
#endif
diff --git a/os/nil/templates/chconf.h b/os/nil/templates/chconf.h index 3ffd3ceae..7efabe727 100644 --- a/os/nil/templates/chconf.h +++ b/os/nil/templates/chconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/chconf.h
+ * @file nil/templates/chconf.h
* @brief Configuration file template.
* @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.
@@ -29,7 +29,7 @@ #define CHCONF_H
#define _CHIBIOS_NIL_CONF_
-#define _CHIBIOS_NIL_CONF_VER_3_0_
+#define _CHIBIOS_NIL_CONF_VER_3_2_
/*===========================================================================*/
/**
|