This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
lqb
/
rt-thread
mirror da
https://gitee.com/rtthread/rt-thread.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Fix compile warning:
..\..\libcpu\arm\cortex-m3\context_rvds.S(207):
warning: A1581W: Added 2 bytes of padding at address 0xd6
Bright Pan
10 anni fa
parent
584efccad1
commit
0b5958d700
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
1
libcpu/arm/cortex-m3/context_rvds.S
+ 2
- 1
libcpu/arm/cortex-m3/context_rvds.S
Vedi File
@@ -203,4 +203,5 @@ HardFault_Handler PROC
BX lr
ENDP
- END
+ NOP
+ END