diff options
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
|
