Selaa lähdekoodia

add missing "WFI"

...prevent overheating when overclocking and exiting loop()
teensy4-core
Frank 5 vuotta sitten
vanhempi
commit
9f4e4e698d
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      teensy4/startup.c

+ 1
- 1
teensy4/startup.c Näytä tiedosto

//printf("before setup\n"); //printf("before setup\n");
main(); main();
while (1) ;
while (1) asm("WFI");
} }





Loading…
Peruuta
Tallenna