Oops, should have been NVIC_SYSH_PRIORITY_DEFAULT

This commit is contained in:
Gregory Nutt 2014-07-24 16:42:15 -06:00
parent 7f5b88dbcd
commit 8718dad9c8

View File

@ -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 */