This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
lqb
/
rt-thread
peilaus alkaen
https://gitee.com/rtthread/rt-thread.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Fix compile warning:
..\..\libcpu\arm\cortex-m3\context_rvds.S(207):
warning: A1581W: Added 2 bytes of padding at address 0xd6
Bright Pan
10 vuotta sitten
vanhempi
584efccad1
commit
0b5958d700
1 muutettua tiedostoa
jossa
2 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
2
1
libcpu/arm/cortex-m3/context_rvds.S
+ 2
- 1
libcpu/arm/cortex-m3/context_rvds.S
Näytä tiedosto
@@ -203,4 +203,5 @@ HardFault_Handler PROC
BX lr
ENDP
- END
+ NOP
+ END