1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

Merge pull request #1848 from locicontrols/cc2538-nvic-prio-bits

cc2538: Set __NVIC_PRIO_BITS to the correct value of 3.
This commit is contained in:
Oleg Hahm 2014-10-21 16:10:16 +02:00
commit fd2ec50035

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 */
/**