mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Oops, should have been NVIC_SYSH_PRIORITY_DEFAULT
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user