arch/arm/include/cxd56xx/chip.h: The correction of commit c300f27130
must be applied to the CXD56xx too.
This commit is contained in:
parent
aef0e0b538
commit
0ed1a06016
@ -94,9 +94,9 @@
|
||||
* high priority interrupts.
|
||||
*/
|
||||
|
||||
#define NVIC_SYSH_MAXNORMAL_PRIORITY (NVIC_SYSH_PRIORITY_MAX + NVIC_SYSH_PRIORITY_STEP)
|
||||
#define NVIC_SYSH_MAXNORMAL_PRIORITY (NVIC_SYSH_PRIORITY_MAX + 2 * NVIC_SYSH_PRIORITY_STEP)
|
||||
#define NVIC_SYSH_HIGH_PRIORITY NVIC_SYSH_PRIORITY_MAX
|
||||
#define NVIC_SYSH_DISABLE_PRIORITY NVIC_SYSH_MAXNORMAL_PRIORITY
|
||||
#define NVIC_SYSH_SVCALL_PRIORITY NVIC_SYSH_PRIORITY_MAX
|
||||
#define NVIC_SYSH_SVCALL_PRIORITY (NVIC_SYSH_PRIORITY_MAX + 1 * NVIC_SYSH_PRIORITY_STEP)
|
||||
|
||||
#endif /* __ARCH_ARM_INCLUDE_CXD56XX_CHIP_H */
|
||||
|
Loading…
Reference in New Issue
Block a user