From 647391f71c639747145237c93b993ddd4418ce6a Mon Sep 17 00:00:00 2001 From: Ian Martin Date: Mon, 20 Oct 2014 14:21:17 -0400 Subject: [PATCH] cc2538: Set __NVIC_PRIO_BITS to the correct value of 3. --- cpu/cc2538/include/cc2538.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cc2538/include/cc2538.h b/cpu/cc2538/include/cc2538.h index 7102b22043..c9df3cfbe2 100644 --- a/cpu/cc2538/include/cc2538.h +++ b/cpu/cc2538/include/cc2538.h @@ -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 */ /**