This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
lqb
/
rt-thread
espejo de
https://gitee.com/rtthread/rt-thread.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fix compile warning:
..\..\libcpu\arm\cortex-m3\context_rvds.S(207):
warning: A1581W: Added 2 bytes of padding at address 0xd6
Bright Pan
hace 10 años
padre
584efccad1
commit
0b5958d700
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
2
1
libcpu/arm/cortex-m3/context_rvds.S
+ 2
- 1
libcpu/arm/cortex-m3/context_rvds.S
Ver fichero
@@ -203,4 +203,5 @@ HardFault_Handler PROC
BX lr
ENDP
- END
+ NOP
+ END