Preparation for RT7.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13701 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-06-10 07:27:53 +00:00
parent 598cd51c47
commit 19a236b0de
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
/**
* @brief Kernel version string.
*/
#define CH_KERNEL_VERSION "6.1.0"
#define CH_KERNEL_VERSION "6.2.0"
/**
* @brief Kernel version major number.
@ -58,7 +58,7 @@
/**
* @brief Kernel version minor number.
*/
#define CH_KERNEL_MINOR 1
#define CH_KERNEL_MINOR 2
/**
* @brief Kernel version patch number.

View File

@ -102,7 +102,7 @@ void chSysInit(void) {
_scheduler_init();
_vt_init();
_trace_init();
_oslib_init();
__oslib_init();
#if CH_DBG_SYSTEM_STATE_CHECK == TRUE
ch.dbg.isr_cnt = (cnt_t)0;