diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-04 14:38:29 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-04 14:38:29 +0000 |
commit | 329823da6aaa27ba5fd211945b88c2c4ab6df08f (patch) | |
tree | b4c9ef9023cb334ce8429cb165bc74af22faa0d3 /demos/STM32/RT-STM32F303-DISCOVERY/chconf.h | |
parent | 0c5eef8e02b15fb4b8c3f829299c47ea273a4a46 (diff) | |
download | ChibiOS-329823da6aaa27ba5fd211945b88c2c4ab6df08f.tar.gz ChibiOS-329823da6aaa27ba5fd211945b88c2c4ab6df08f.tar.bz2 ChibiOS-329823da6aaa27ba5fd211945b88c2c4ab6df08f.zip |
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
Diffstat (limited to 'demos/STM32/RT-STM32F303-DISCOVERY/chconf.h')
-rw-r--r-- | demos/STM32/RT-STM32F303-DISCOVERY/chconf.h | 9 |
1 files changed, 7 insertions, 2 deletions
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
|