Parcourir la source

Default abort() function - needed for Pozyx library

teensy4-core
PaulStoffregen il y a 7 ans
Parent
révision
6db7bb2073
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. +6
    -0
      teensy3/mk20dx128.c

+ 6
- 0
teensy3/mk20dx128.c Voir le fichier

@@ -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)

Chargement…
Annuler
Enregistrer