Oops, should have been NVIC_SYSH_PRIORITY_DEFAULT
This commit is contained in:
parent
7f5b88dbcd
commit
8718dad9c8
@ -157,7 +157,7 @@ void up_initial_state(struct tcb_s *tcb)
|
||||
#else /* CONFIG_SUPPRESS_INTERRUPTS */
|
||||
|
||||
#ifdef CONFIG_ARMV7M_USEBASEPRI
|
||||
xcp->regs[REG_BASEPRI] = NVIC_SYSH_MAXNORMAL_PRIORITY;
|
||||
xcp->regs[REG_BASEPRI] = NVIC_SYSH_PRIORITY_DEFAULT;
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_SUPPRESS_INTERRUPTS */
|
||||
|
Loading…
Reference in New Issue
Block a user