Browse Source

Merge pull request #522 from FrankBoesing/patch-1

add missing "WFI"
main
Paul Stoffregen 3 years ago
parent
commit
70a5ba5d8d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy4/startup.c

+ 1
- 1
teensy4/startup.c View File

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



Loading…
Cancel
Save