This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
lqb
/
rt-thread
mirror of
https://gitee.com/rtthread/rt-thread.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Fix compile warning:
..\..\libcpu\arm\cortex-m3\context_rvds.S(207):
warning: A1581W: Added 2 bytes of padding at address 0xd6
Bright Pan
10 năm trước cách đây
mục cha
584efccad1
commit
0b5958d700
1 tập tin đã thay đổi
với
2 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
2
1
libcpu/arm/cortex-m3/context_rvds.S
+ 2
- 1
libcpu/arm/cortex-m3/context_rvds.S
Xem Tập Tin
@@ -203,4 +203,5 @@ HardFault_Handler PROC
BX lr
ENDP
- END
+ NOP
+ END