Open
Description
Because clock speeds higher than 96MHz are defined in teensy boards.txt (168MHz, 144MHz and 120MHz) and Teensy.mk uses the highest defined clock speed, 168Mhz is selected for F_CPU and this doesn't work. I tested by defining F_CPU in my Makefile and with F_CPU=96000000L the code uploaded and ran properly.