Fixed wrong CH_CFG_FREQUENCY constant in CMSIS RTOS layer.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9603 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
552ffebb69
commit
616a6b48fe
|
@ -76,7 +76,7 @@
|
|||
/**
|
||||
* @brief System tick frequency.
|
||||
*/
|
||||
#define osKernelSysTickFrequency CH_CFG_FREQUENCY
|
||||
#define osKernelSysTickFrequency CH_CFG_ST_FREQUENCY
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Module pre-compile time settings. */
|
||||
|
|
Loading…
Reference in New Issue