//! Blinks the board's LED using a periodic interrupt timer.
//!
//! It demonstrates how to use the imxrt-hal's timer adapters
//! for simple blocking delays. Since the board configures clock
//! frequencies, we use that frequency to describe our timers.
use teensy4_bsp as bsp;
use teensy4_panic as _;
use ;
! > from_pit;
loop
}