mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
fixed assembly warnings.
This commit is contained in:
@@ -177,7 +177,6 @@ rt_hw_context_switch_to PROC
|
||||
rt_hw_interrupt_thread_switch PROC
|
||||
EXPORT rt_hw_interrupt_thread_switch
|
||||
BX lr
|
||||
NOP
|
||||
ENDP
|
||||
|
||||
IMPORT rt_hw_hard_fault_exception
|
||||
@@ -203,5 +202,6 @@ HardFault_Handler PROC
|
||||
BX lr
|
||||
ENDP
|
||||
|
||||
NOP
|
||||
END
|
||||
ALIGN 4
|
||||
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user