aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/src/bin/clkout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mcxa/src/bin/clkout.rs')
-rw-r--r--examples/mcxa/src/bin/clkout.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/mcxa/src/bin/clkout.rs b/examples/mcxa/src/bin/clkout.rs
index bfd963540..1e52912d3 100644
--- a/examples/mcxa/src/bin/clkout.rs
+++ b/examples/mcxa/src/bin/clkout.rs
@@ -4,8 +4,7 @@
4use embassy_executor::Spawner; 4use embassy_executor::Spawner;
5use embassy_mcxa::clkout::{ClockOut, ClockOutSel, Config, Div4}; 5use embassy_mcxa::clkout::{ClockOut, ClockOutSel, Config, Div4};
6use embassy_mcxa::clocks::PoweredClock; 6use embassy_mcxa::clocks::PoweredClock;
7use embassy_mcxa::gpio::{DriveStrength, SlewRate}; 7use embassy_mcxa::gpio::{DriveStrength, Level, Output, SlewRate};
8use embassy_mcxa::{Level, Output};
9use embassy_time::Timer; 8use embassy_time::Timer;
10use {defmt_rtt as _, embassy_mcxa as hal, panic_probe as _}; 9use {defmt_rtt as _, embassy_mcxa as hal, panic_probe as _};
11 10