able to build freeRTOS with lpc175x_6x

This commit is contained in:
hathach
2014-03-03 16:25:34 +07:00
parent 6770a36cba
commit 22a84f744d
9 changed files with 2946 additions and 1301 deletions

View File

@@ -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