소스 검색

add missing "WFI"

...prevent overheating when overclocking and exiting loop()
main
Frank 4 년 전
부모
커밋
9f4e4e698d
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      teensy4/startup.c

+ 1
- 1
teensy4/startup.c 파일 보기

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





Loading…
취소
저장