diff options
| author | James Munns <[email protected]> | 2025-12-11 16:19:50 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-11 16:19:50 +0100 |
| commit | c4855d254fdfa3f06583b0883f603fee0615bd41 (patch) | |
| tree | 83f9b68faa0a62ccfe30ff12a3caf032a8906d6f /examples/mcxa/src/bin/i2c-scan-blocking.rs | |
| parent | f650afc33b2d6b39116f27c6545c5f2d9e3c7d06 (diff) | |
Remove some unusual top level re-exports
Diffstat (limited to 'examples/mcxa/src/bin/i2c-scan-blocking.rs')
| -rw-r--r-- | examples/mcxa/src/bin/i2c-scan-blocking.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/mcxa/src/bin/i2c-scan-blocking.rs b/examples/mcxa/src/bin/i2c-scan-blocking.rs index 0197f9b1d..bd706d712 100644 --- a/examples/mcxa/src/bin/i2c-scan-blocking.rs +++ b/examples/mcxa/src/bin/i2c-scan-blocking.rs | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | 3 | ||
| 4 | use embassy_executor::Spawner; | 4 | use embassy_executor::Spawner; |
| 5 | use embassy_mcxa::Input; | 5 | use embassy_mcxa::gpio::{Input, Pull}; |
| 6 | use embassy_mcxa::gpio::Pull; | ||
| 7 | use embassy_time::Timer; | 6 | use embassy_time::Timer; |
| 8 | use hal::clocks::config::Div8; | 7 | use hal::clocks::config::Div8; |
| 9 | use hal::config::Config; | 8 | use hal::config::Config; |
