This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
lqb
/
rt-thread
의 미러
https://gitee.com/rtthread/rt-thread.git
Watch
1
Star
0
포크
0
파일
이슈
0
위키
소스 검색
Fix compile warning:
..\..\libcpu\arm\cortex-m3\context_rvds.S(207):
warning: A1581W: Added 2 bytes of padding at address 0xd6
Bright Pan
10 년 전
부모
584efccad1
커밋
0b5958d700
1개의 변경된 파일
과
2개의 추가작업
그리고
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