From 0b5958d7006faf711fcf7fe33a4992bfb588aeee Mon Sep 17 00:00:00 2001 From: Bright Pan Date: Mon, 9 Mar 2015 09:31:23 +0800 Subject: [PATCH] Fix compile warning: ..\..\libcpu\arm\cortex-m3\context_rvds.S(207): warning: A1581W: Added 2 bytes of padding at address 0xd6 --- libcpu/arm/cortex-m3/context_rvds.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libcpu/arm/cortex-m3/context_rvds.S b/libcpu/arm/cortex-m3/context_rvds.S index c86b70e1f..33fcd124d 100644 --- a/libcpu/arm/cortex-m3/context_rvds.S +++ b/libcpu/arm/cortex-m3/context_rvds.S @@ -203,4 +203,5 @@ HardFault_Handler PROC BX lr ENDP - END + NOP + END \ No newline at end of file -- GitLab