correct freertos prio issue

This commit is contained in:
hathach
2018-03-01 22:25:24 +07:00
parent 52ed2547cd
commit 04cace7619
3 changed files with 40 additions and 21 deletions

View File

@@ -201,7 +201,7 @@ typedef enum {
#ifdef CORE_M4
#define __CM4_REV 0x0000 /*!< Cortex-M4 Core Revision */
#define __MPU_PRESENT 1 /*!< MPU present or not */
#define __NVIC_PRIO_BITS 4 /*!< Number of Bits used for Priority Levels */
#define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */
#define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
#define __FPU_PRESENT 1 /*!< FPU present or not */
/** @} */ /* End of group Configuration_of_CMSIS */