Skip to content

Commit

Permalink
Only run Teensy4 test with imxrt1060 feature
Browse files Browse the repository at this point in the history
mciantyre committed Nov 21, 2020
1 parent 6134f9f commit ac68ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/teensy4.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Serial NOR configuration block for the Teensy 4
#![cfg(feature = "imxrt1060")]

use imxrt_boot_gen::flexspi::{self, opcodes::sdr::*, *};
use imxrt_boot_gen::serial_flash::*;

0 comments on commit ac68ea2

Please sign in to comment.