统一 SW_Handler 命名为wch官方sdk标准

This commit is contained in:
walker2048
2022-10-27 10:09:12 +08:00
parent a6e4cf7719
commit ec74b30bb0
2 changed files with 5 additions and 5 deletions

View File

@@ -143,8 +143,8 @@ restore_context:
/* just switch at Software interrupt */
.align 2
.global SW_handler
SW_handler:
.global SW_Handler
SW_Handler:
#if ARCH_RISCV_FPU
addi sp, sp, -128
fsw f0, __reg_f0_OFFSET(sp)