1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

cc2538: Set __NVIC_PRIO_BITS to the correct value of 3.

This commit is contained in:
Ian Martin 2014-10-20 14:21:17 -04:00
parent d17b7730f5
commit 647391f71c

View File

@ -107,7 +107,7 @@ void SysTick_Handler(void); /**< SysTick handler */
#define __CM3_REV 0x0200 /**< CC2538 core revision number ([15:8] revision number, [7:0] patch number) */
#define __MPU_PRESENT 1 /**< CC2538 does provide a MPU */
#define __NVIC_PRIO_BITS 4 /**< CC2538 uses 4 Bits for the Priority Levels */
#define __NVIC_PRIO_BITS 3 /**< CC2538 uses 3 Bits for the Priority Levels */
#define __Vendor_SysTickConfig 0 /**< Set to 1 if different SysTick Config is used */
/**