diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-06-16 13:55:17 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-06-16 13:55:17 +0000 |
commit | 26db32042bd7a2437246765ccf9157dd17ec824b (patch) | |
tree | ac9d73868be3e53495a54d92285a041e42c3ebd8 /os/rt/include | |
parent | 95752b318caf77acf1983090d6cd96152c7a0020 (diff) | |
download | ChibiOS-26db32042bd7a2437246765ccf9157dd17ec824b.tar.gz ChibiOS-26db32042bd7a2437246765ccf9157dd17ec824b.tar.bz2 ChibiOS-26db32042bd7a2437246765ccf9157dd17ec824b.zip |
Moved RT version to 6.0, updated all chconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12106 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/rt/include')
-rw-r--r-- | os/rt/include/ch.h | 2 | ||||
-rw-r--r-- | os/rt/include/chchecks.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index 7287f3202..cf9ca01b6 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -48,7 +48,7 @@ /**
* @brief Kernel version string.
*/
-#define CH_KERNEL_VERSION "5.0.0"
+#define CH_KERNEL_VERSION "6.0.0"
/**
* @brief Kernel version major number.
diff --git a/os/rt/include/chchecks.h b/os/rt/include/chchecks.h index a1ca063a6..bdf28791e 100644 --- a/os/rt/include/chchecks.h +++ b/os/rt/include/chchecks.h @@ -44,7 +44,7 @@ #error "invalid configuration file"
#endif
-#if !defined(_CHIBIOS_RT_CONF_VER_5_0_)
+#if !defined(_CHIBIOS_RT_CONF_VER_6_0_)
#error "obsolete or unknown configuration file"
#endif
|