Paul Stoffregen
3 anni fa
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
teensy4/startup.c
|
|
@@ -147,7 +147,7 @@ void ResetHandler(void) |
|
|
|
//printf("before setup\n"); |
|
|
|
main(); |
|
|
|
|
|
|
|
while (1) ; |
|
|
|
while (1) asm("WFI"); |
|
|
|
} |
|
|
|
|
|
|
|
|