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-STM32F412ZG-NUCLEO144 | |
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-STM32F412ZG-NUCLEO144')
-rw-r--r-- | demos/STM32/RT-STM32F412ZG-NUCLEO144/chconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F412ZG-NUCLEO144/chconf.h b/demos/STM32/RT-STM32F412ZG-NUCLEO144/chconf.h index e753a82fb..34a0dcc70 100644 --- a/demos/STM32/RT-STM32F412ZG-NUCLEO144/chconf.h +++ b/demos/STM32/RT-STM32F412ZG-NUCLEO144/chconf.h @@ -29,6 +29,7 @@ #define CHCONF_H
#define _CHIBIOS_RT_CONF_
+#define _CHIBIOS_RT_CONF_VER_5_0_
/*===========================================================================*/
/**
|