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:
parent
e14fd3082b
commit
e181b778b6
|
@ -41,7 +41,7 @@
|
|||
/**
|
||||
* @brief Stable release flag.
|
||||
*/
|
||||
#define CH_EX_STABLE 0
|
||||
#define CH_EX_STABLE 1
|
||||
|
||||
/**
|
||||
* @name ChibiOS/EX version identification
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
/**
|
||||
* @brief Stable release flag.
|
||||
*/
|
||||
#define CH_HAL_STABLE 0
|
||||
#define CH_HAL_STABLE 1
|
||||
|
||||
/**
|
||||
* @name ChibiOS/HAL version identification
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
/**
|
||||
* @brief Stable release flag.
|
||||
*/
|
||||
#define CH_KERNEL_STABLE 0
|
||||
#define CH_KERNEL_STABLE 1
|
||||
|
||||
/**
|
||||
* @name ChibiOS/NIL version identification
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
/**
|
||||
* @brief Stable release flag.
|
||||
*/
|
||||
#define CH_OSLIB_STABLE 0
|
||||
#define CH_OSLIB_STABLE 1
|
||||
|
||||
/**
|
||||
* @name ChibiOS/LIB version identification
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
/**
|
||||
* @brief Stable release flag.
|
||||
*/
|
||||
#define CH_KERNEL_STABLE 0
|
||||
#define CH_KERNEL_STABLE 1
|
||||
|
||||
/**
|
||||
* @name ChibiOS/RT version identification
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
/**
|
||||
* @brief Stable release flag.
|
||||
*/
|
||||
#define CH_SB_STABLE 0
|
||||
#define CH_SB_STABLE 1
|
||||
|
||||
/**
|
||||
* @name ChibiOS/SE version identification
|
||||
|
|
Loading…
Reference in New Issue