Paul Stoffregen
4 vuotta sitten
vanhempi
commit
70a5ba5d8d
No account linked to committer's email address
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
teensy4/startup.c
|
|
@@ -147,7 +147,7 @@ void ResetHandler(void) |
|
|
|
//printf("before setup\n"); |
|
|
|
main(); |
|
|
|
|
|
|
|
while (1) ; |
|
|
|
while (1) asm("WFI"); |
|
|
|
} |
|
|
|
|
|
|
|
|