diff options
| author | James Munns <[email protected]> | 2025-12-09 16:01:50 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-09 16:01:50 +0100 |
| commit | e267cb52d774e8f9db87a9b0cfe63cfa51d4fe8b (patch) | |
| tree | df388d63575aa821af648cd86bcbf2ce297bc29f /examples/mcxa/src/bin/i2c-scan-blocking.rs | |
| parent | af768af11cf10e0376b34c0e5abfc4f0a56398fc (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; |
