Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-core-4.1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Default abort() function - needed for Pozyx library
teensy4-core
PaulStoffregen
hace 7 años
padre
a40c49c9ce
commit
6db7bb2073
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+6
-0
teensy3/mk20dx128.c
+ 6
- 0
teensy3/mk20dx128.c
Ver fichero
@@ -1221,6 +1221,12 @@ void __cxa_guard_release(char *g)
*g = 1;
}
__attribute__((weak))
void abort(void)
{
while (1) ;
}
#pragma GCC diagnostic pop
int nvic_execution_priority(void)
Escribir
Vista previa
Cargando…
Cancelar
Guardar