Marked subsystems as stable.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13435 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-03-17 08:58:34 +00:00
parent e14fd3082b
commit e181b778b6
6 changed files with 6 additions and 6 deletions

View File

@ -41,7 +41,7 @@
/** /**
* @brief Stable release flag. * @brief Stable release flag.
*/ */
#define CH_EX_STABLE 0 #define CH_EX_STABLE 1
/** /**
* @name ChibiOS/EX version identification * @name ChibiOS/EX version identification

View File

@ -190,7 +190,7 @@
/** /**
* @brief Stable release flag. * @brief Stable release flag.
*/ */
#define CH_HAL_STABLE 0 #define CH_HAL_STABLE 1
/** /**
* @name ChibiOS/HAL version identification * @name ChibiOS/HAL version identification

View File

@ -44,7 +44,7 @@
/** /**
* @brief Stable release flag. * @brief Stable release flag.
*/ */
#define CH_KERNEL_STABLE 0 #define CH_KERNEL_STABLE 1
/** /**
* @name ChibiOS/NIL version identification * @name ChibiOS/NIL version identification

View File

@ -43,7 +43,7 @@
/** /**
* @brief Stable release flag. * @brief Stable release flag.
*/ */
#define CH_OSLIB_STABLE 0 #define CH_OSLIB_STABLE 1
/** /**
* @name ChibiOS/LIB version identification * @name ChibiOS/LIB version identification

View File

@ -39,7 +39,7 @@
/** /**
* @brief Stable release flag. * @brief Stable release flag.
*/ */
#define CH_KERNEL_STABLE 0 #define CH_KERNEL_STABLE 1
/** /**
* @name ChibiOS/RT version identification * @name ChibiOS/RT version identification

View File

@ -40,7 +40,7 @@
/** /**
* @brief Stable release flag. * @brief Stable release flag.
*/ */
#define CH_SB_STABLE 0 #define CH_SB_STABLE 1
/** /**
* @name ChibiOS/SE version identification * @name ChibiOS/SE version identification