Browse Source

Merge pull request #430 from bright-pan/master

Fix compile warning
Bernard Xiong 10 years ago
parent
commit
89ceb7dc27
1 changed files with 2 additions and 1 deletions
  1. 2 1
      libcpu/arm/cortex-m3/context_rvds.S

+ 2 - 1
libcpu/arm/cortex-m3/context_rvds.S

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