This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lqb
/
rt-thread
mirror of
https://gitee.com/rtthread/rt-thread.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Merge pull request
#430
from bright-pan/master
Fix compile warning
Bernard Xiong
10 years ago
parent
584efccad1
0b5958d700
commit
89ceb7dc27
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
libcpu/arm/cortex-m3/context_rvds.S
+ 2
- 1
libcpu/arm/cortex-m3/context_rvds.S
View File
@@ -203,4 +203,5 @@ HardFault_Handler PROC
BX lr
ENDP
- END
+ NOP
+ END