Fixed typo 'swich' in cortex-m4/iccarm/port_s.S

typo error: swich -> switch
This commit is contained in:
David Lin
2020-02-26 23:07:31 +08:00
committed by GitHub
parent 4cccee0f3f
commit be03f08d34

View File

@@ -56,7 +56,7 @@ port_sched_start
CPSID I CPSID I
; set pendsv priority lowest ; 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 ; that would be a disaster
MOV32 R0, NVIC_SYSPRI14 MOV32 R0, NVIC_SYSPRI14
MOV32 R1, NVIC_PENDSV_PRI MOV32 R1, NVIC_PENDSV_PRI