Ver código fonte

add missing "WFI"

...prevent overheating when overclocking and exiting loop()
teensy4-core
Frank 4 anos atrás
pai
commit
9f4e4e698d
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      teensy4/startup.c

+ 1
- 1
teensy4/startup.c Ver arquivo

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



Carregando…
Cancelar
Salvar