Fixed typo 'swich' in cortex-m4/gcc/port_s.S
typo error: swich -> switch
This commit is contained in:
@@ -66,7 +66,7 @@ port_sched_start:
|
||||
CPSID I
|
||||
|
||||
@ set pendsv priority lowest
|
||||
@ otherwise trigger pendsv in port_irq_context_switch will cause a context swich in irq
|
||||
@ otherwise trigger pendsv in port_irq_context_switch will cause a context switch in irq
|
||||
@ that would be a disaster
|
||||
MOVW R0, #:lower16:NVIC_SYSPRI14
|
||||
MOVT R0, #:upper16:NVIC_SYSPRI14
|
||||
|
Reference in New Issue
Block a user