fixed assembly warnings.

This commit is contained in:
aozima
2015-05-13 11:57:34 +08:00
parent 2313424f81
commit 73df162d3f
3 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -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