diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/nil/testbuild/chconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/nil/testbuild/chconf.h b/test/nil/testbuild/chconf.h index 008b99eef..1eb550a45 100644 --- a/test/nil/testbuild/chconf.h +++ b/test/nil/testbuild/chconf.h @@ -20,7 +20,7 @@ * @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.
*
- * @addtogroup config
+ * @addtogroup NIL_CONFIG
* @details Kernel related settings and hooks.
* @{
*/
@@ -29,7 +29,7 @@ #define CHCONF_H
#define _CHIBIOS_NIL_CONF_
-#define _CHIBIOS_NIL_CONF_VER_5_0_
+#define _CHIBIOS_NIL_CONF_VER_3_0_
/*===========================================================================*/
/**
|