diff options
Diffstat (limited to 'examples/mcxa/src/bin/i2c-async.rs')
| -rw-r--r-- | examples/mcxa/src/bin/i2c-async.rs | 2 |
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; | |||
| 6 | use hal::bind_interrupts; | 6 | use hal::bind_interrupts; |
| 7 | use hal::clocks::config::Div8; | 7 | use hal::clocks::config::Div8; |
| 8 | use hal::config::Config; | 8 | use hal::config::Config; |
| 9 | use hal::i2c::controller::{self, I2c, Speed}; | ||
| 10 | use hal::i2c::InterruptHandler; | 9 | use hal::i2c::InterruptHandler; |
| 10 | use hal::i2c::controller::{self, I2c, Speed}; | ||
| 11 | use hal::peripherals::LPI2C3; | 11 | use hal::peripherals::LPI2C3; |
| 12 | use {defmt_rtt as _, embassy_mcxa as hal, panic_probe as _}; | 12 | use {defmt_rtt as _, embassy_mcxa as hal, panic_probe as _}; |
| 13 | 13 | ||
