From 5f7fd279bebb173dc7f33f1ef27b2a6f2930735a Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sun, 5 Nov 2017 09:48:38 +0000 Subject: AVR: Fix the error: (obsolete or unknown configuration file). git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10954 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR/NIL-ARDUINO-MEGA/chconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/AVR/NIL-ARDUINO-MEGA/chconf.h') diff --git a/demos/AVR/NIL-ARDUINO-MEGA/chconf.h b/demos/AVR/NIL-ARDUINO-MEGA/chconf.h index 446d7dacd..864bdb872 100644 --- a/demos/AVR/NIL-ARDUINO-MEGA/chconf.h +++ b/demos/AVR/NIL-ARDUINO-MEGA/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_ /*===========================================================================*/ /** -- cgit v1.2.3