Explorar el Código

Default abort() function - needed for Pozyx library

teensy4-core
PaulStoffregen hace 7 años
padre
commit
6db7bb2073
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +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)

Cargando…
Cancelar
Guardar