mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 21:48:38 +00:00
PC43xx: Fix NVIC_SYSH_PRIORITY_STEP define
This commit is contained in:
parent
c33efa0a60
commit
675878b360
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue