diff options
Diffstat (limited to 'demos/STM32/NIL-STM32L011K4-NUCLEO32')
-rw-r--r-- | demos/STM32/NIL-STM32L011K4-NUCLEO32/cfg/chconf.h | 4 | ||||
-rw-r--r-- | demos/STM32/NIL-STM32L011K4-NUCLEO32/cfg/halconf.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/NIL-STM32L011K4-NUCLEO32/cfg/chconf.h b/demos/STM32/NIL-STM32L011K4-NUCLEO32/cfg/chconf.h index b5c88b4ef..30bb03926 100644 --- a/demos/STM32/NIL-STM32L011K4-NUCLEO32/cfg/chconf.h +++ b/demos/STM32/NIL-STM32L011K4-NUCLEO32/cfg/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_
/*===========================================================================*/
/**
diff --git a/demos/STM32/NIL-STM32L011K4-NUCLEO32/cfg/halconf.h b/demos/STM32/NIL-STM32L011K4-NUCLEO32/cfg/halconf.h index 89be0946a..62efc9d90 100644 --- a/demos/STM32/NIL-STM32L011K4-NUCLEO32/cfg/halconf.h +++ b/demos/STM32/NIL-STM32L011K4-NUCLEO32/cfg/halconf.h @@ -29,7 +29,7 @@ #define HALCONF_H
#define _CHIBIOS_HAL_CONF_
-#define _CHIBIOS_HAL_CONF_VER_6_0_
+#define _CHIBIOS_HAL_CONF_VER_7_0_
#include "mcuconf.h"
|