aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/src/bin/i2c-async.rs
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-04 19:19:23 +0100
committerJames Munns <[email protected]>2025-12-04 19:19:23 +0100
commite7e4d0e03f6ccee7a8577058bfccefaf92b2689e (patch)
tree21fedd516fc5bd2cc54f893a9ef119ee3d847afd /examples/mcxa/src/bin/i2c-async.rs
parent6530bcd8bcff9169f39732ba93a612f9262b809e (diff)
rustfmt
Diffstat (limited to 'examples/mcxa/src/bin/i2c-async.rs')
-rw-r--r--examples/mcxa/src/bin/i2c-async.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mcxa/src/bin/i2c-async.rs b/examples/mcxa/src/bin/i2c-async.rs
index 47b5f3cbe..edcfd5f22 100644
--- a/examples/mcxa/src/bin/i2c-async.rs
+++ b/examples/mcxa/src/bin/i2c-async.rs
@@ -6,8 +6,8 @@ use embassy_time::Timer;
6use hal::bind_interrupts; 6use hal::bind_interrupts;
7use hal::clocks::config::Div8; 7use hal::clocks::config::Div8;
8use hal::config::Config; 8use hal::config::Config;
9use hal::i2c::controller::{self, I2c, Speed};
10use hal::i2c::InterruptHandler; 9use hal::i2c::InterruptHandler;
10use hal::i2c::controller::{self, I2c, Speed};
11use hal::peripherals::LPI2C3; 11use hal::peripherals::LPI2C3;
12use {defmt_rtt as _, embassy_mcxa as hal, panic_probe as _}; 12use {defmt_rtt as _, embassy_mcxa as hal, panic_probe as _};
13 13