able to build freeRTOS with lpc175x_6x
This commit is contained in:
3
vendor/freertos/lpc43xx_m4_FreeRTOSConfig.h
vendored
3
vendor/freertos/lpc43xx_m4_FreeRTOSConfig.h
vendored
@@ -120,8 +120,7 @@ to exclude the API function. */
|
||||
|
||||
/* Cortex-M specific definitions. */
|
||||
#ifdef __NVIC_PRIO_BITS
|
||||
/* __BVIC_PRIO_BITS will be specified when CMSIS is being used. */
|
||||
#define configPRIO_BITS __NVIC_PRIO_BITS
|
||||
#define configPRIO_BITS __NVIC_PRIO_BITS
|
||||
#else
|
||||
#define configPRIO_BITS 5 /* 32 priority levels */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user