trunk\libcpu\arm\stm32\fault_rvds.S add ENDP and END on the end of file
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@20 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
f1f5635455
commit
e3daae01d5
|
@ -28,4 +28,6 @@ rt_hw_hard_fault PROC
|
||||||
|
|
||||||
ORR lr, lr, #0x04
|
ORR lr, lr, #0x04
|
||||||
BX lr
|
BX lr
|
||||||
|
ENDP
|
||||||
|
|
||||||
|
END
|
||||||
|
|
Loading…
Reference in New Issue