Explorar el Código
add missing "WFI"
...prevent overheating when overclocking and exiting loop()
teensy4-core
Frank
hace 4 años
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
teensy4/startup.c
|
|
@@ -147,7 +147,7 @@ void ResetHandler(void) |
|
|
|
//printf("before setup\n"); |
|
|
|
main(); |
|
|
|
|
|
|
|
while (1) ; |
|
|
|
while (1) asm("WFI"); |
|
|
|
} |
|
|
|
|
|
|
|
|