diff options
| author | James Munns <[email protected]> | 2025-12-04 19:19:23 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-04 19:19:23 +0100 |
| commit | e7e4d0e03f6ccee7a8577058bfccefaf92b2689e (patch) | |
| tree | 21fedd516fc5bd2cc54f893a9ef119ee3d847afd /examples/mcxa/src/bin/i2c-scan-blocking.rs | |
| parent | 6530bcd8bcff9169f39732ba93a612f9262b809e (diff) | |
rustfmt
Diffstat (limited to 'examples/mcxa/src/bin/i2c-scan-blocking.rs')
| -rw-r--r-- | examples/mcxa/src/bin/i2c-scan-blocking.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mcxa/src/bin/i2c-scan-blocking.rs b/examples/mcxa/src/bin/i2c-scan-blocking.rs index 4e203597b..0197f9b1d 100644 --- a/examples/mcxa/src/bin/i2c-scan-blocking.rs +++ b/examples/mcxa/src/bin/i2c-scan-blocking.rs | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | 3 | ||
| 4 | use embassy_executor::Spawner; | 4 | use embassy_executor::Spawner; |
| 5 | use embassy_mcxa::gpio::Pull; | ||
| 6 | use embassy_mcxa::Input; | 5 | use embassy_mcxa::Input; |
| 6 | use embassy_mcxa::gpio::Pull; | ||
| 7 | use embassy_time::Timer; | 7 | use embassy_time::Timer; |
| 8 | use hal::clocks::config::Div8; | 8 | use hal::clocks::config::Div8; |
| 9 | use hal::config::Config; | 9 | use hal::config::Config; |
