Fix compile warning:

..\..\libcpu\arm\cortex-m3\context_rvds.S(207):
	warning: A1581W: Added 2 bytes of padding at address 0xd6
This commit is contained in:
Bright Pan 2015-03-09 09:31:23 +08:00
parent 584efccad1
commit 0b5958d700
1 changed files with 2 additions and 1 deletions

View File

@ -203,4 +203,5 @@ HardFault_Handler PROC
BX lr
ENDP
END
NOP
END