Skip to content

Commit

Permalink
Address "unused import" warning in 1170EVK board
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Jun 14, 2023
1 parent 29df2d2 commit 4b91aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/src/imxrt1170evk-cm7.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mod imxrt11xx {
use imxrt11xx::clock_tree;

#[cfg(target_arch = "arm")]
pub use imxrt1170evk_fcb as _;
use imxrt1170evk_fcb as _;
#[cfg(target_arch = "arm")]
use panic_rtt_target as _;

Expand Down

0 comments on commit 4b91aed

Please sign in to comment.