Oops, should have been NVIC_SYSH_PRIORITY_DEFAULT

This commit is contained in:
Gregory Nutt
2014-07-24 16:42:15 -06:00
parent a3d20b2fa1
commit 1366ce0a02
+1 -1
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 */