diff options
Diffstat (limited to 'os/rt/include/ch.h')
-rw-r--r-- | os/rt/include/ch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index cf9ca01b6..97bd01614 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -53,7 +53,7 @@ /**
* @brief Kernel version major number.
*/
-#define CH_KERNEL_MAJOR 5
+#define CH_KERNEL_MAJOR 6
/**
* @brief Kernel version minor number.
@@ -74,7 +74,7 @@ * @note It is meant to be used in configuration files as switch.
*/
#if !defined(FALSE) || defined(__DOXYGEN__)
-#define FALSE 0
+#define FALSE 0
#endif
/**
@@ -82,7 +82,7 @@ * @note It is meant to be used in configuration files as switch.
*/
#if !defined(TRUE) || defined(__DOXYGEN__)
-#define TRUE 1
+#define TRUE 1
#endif
/** @} */
|