Explorar el Código

add missing "WFI"

...prevent overheating when overclocking and exiting loop()
teensy4-core
Frank hace 4 años
padre
commit
9f4e4e698d
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy4/startup.c

+ 1
- 1
teensy4/startup.c Ver fichero

@@ -147,7 +147,7 @@ void ResetHandler(void)
//printf("before setup\n");
main();
while (1) ;
while (1) asm("WFI");
}



Cargando…
Cancelar
Guardar