I just filed this:
github.com
There's a potential missing semicolon or while loop body in startup.c. Unless the
Potential missing end-while-loop semicolon or {} · Issue #802 · PaulStoffregen/cores
cores/teensy4/startup.c Line 698 in 7f107ee while (PIT_TFLG0 == 0) /* wait 0.1 second for PC to know USB unplugged */ Is the while statement missing a semicolon or "{}"? Otherwise, the SRC_GPR5 = 0...
There's a potential missing semicolon or while loop body in startup.c. Unless the
SRC_GPR5 = 0x0BAD00F1; statement is meant to be inside the loop, which I don't think it is.