From 329823da6aaa27ba5fd211945b88c2c4ab6df08f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 4 Oct 2017 14:38:29 +0000 Subject: chconf.h files alignment pass 2, added version tag in chconf.h files git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10766 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32F303-DISCOVERY/chconf.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'demos/STM32/RT-STM32F303-DISCOVERY/chconf.h') diff --git a/demos/STM32/RT-STM32F303-DISCOVERY/chconf.h b/demos/STM32/RT-STM32F303-DISCOVERY/chconf.h index 8f3014426..30cca388f 100644 --- a/demos/STM32/RT-STM32F303-DISCOVERY/chconf.h +++ b/demos/STM32/RT-STM32F303-DISCOVERY/chconf.h @@ -29,6 +29,9 @@ #define CHCONF_H #define _CHIBIOS_RT_CONF_ +#define _CHIBIOS_RT_CONF_VER_5_0_ +#define _CHIBIOS_RT_CONF_ +#define _CHIBIOS_RT_CONF_VER_5_0_VER_5_0_ /*===========================================================================*/ /** @@ -332,12 +335,14 @@ #define CH_CFG_USE_FACTORY TRUE /** - * @brief Enables the registry of generic objects. + * @brief Maximum length for object names. + * @details If the specified length is zero then the name is stored by + * pointer but this could have unintended side effects. */ #define CH_CFG_FACTORY_MAX_NAMES_LENGHT 8 /** - * @brief Enables factory for generic buffers. + * @brief Enables the registry of generic objects. */ #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE -- cgit v1.2.3