From 675878b360205a588ea9962d5efbb42cf135de16 Mon Sep 17 00:00:00 2001 From: Ilya Averyanov Date: Tue, 1 Sep 2015 08:06:34 -0600 Subject: [PATCH] PC43xx: Fix NVIC_SYSH_PRIORITY_STEP define --- arch/arm/include/lpc43xx/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/lpc43xx/chip.h b/arch/arm/include/lpc43xx/chip.h index 6168672ea8..390f96bd6c 100644 --- a/arch/arm/include/lpc43xx/chip.h +++ b/arch/arm/include/lpc43xx/chip.h @@ -566,7 +566,7 @@ #define NVIC_SYSH_PRIORITY_MIN LPC43M4_SYSH_PRIORITY_MIN #define NVIC_SYSH_PRIORITY_DEFAULT LPC43M4_SYSH_PRIORITY_DEFAULT #define NVIC_SYSH_PRIORITY_MAX LPC43M4_SYSH_PRIORITY_MAX -#define NVIC_SYSH_PRIORITY_STEP LPC43M4_SYSH_PRIORITY_INCR +#define NVIC_SYSH_PRIORITY_STEP LPC43M4_SYSH_PRIORITY_STEP /* If CONFIG_ARMV7M_USEBASEPRI is selected, then interrupts will be disabled * by setting the BASEPRI register to NVIC_SYSH_DISABLE_PRIORITY so that most