diff options
Diffstat (limited to 'os/nil')
-rw-r--r-- | os/nil/include/ch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index b50158260..9e613ed47 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -46,7 +46,7 @@ /**
* @brief Stable release flag.
*/
-#define CH_KERNEL_STABLE 0
+#define CH_KERNEL_STABLE 1
/**
* @name ChibiOS/NIL version identification
|