Fixed wrong CH_CFG_FREQUENCY constant in CMSIS RTOS layer.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9602 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-06-07 13:24:52 +00:00
parent 02d65c01db
commit cccda4b224
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
/** /**
* @brief System tick frequency. * @brief System tick frequency.
*/ */
#define osKernelSysTickFrequency CH_CFG_FREQUENCY #define osKernelSysTickFrequency CH_CFG_ST_FREQUENCY
/*===========================================================================*/ /*===========================================================================*/
/* Module pre-compile time settings. */ /* Module pre-compile time settings. */