diff options
| author | James Munns <[email protected]> | 2025-12-11 16:34:11 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-11 16:34:11 +0000 |
| commit | 9a12d8dd5be520f44536106743ba50adafcd2b80 (patch) | |
| tree | 7ca8137d64cb4f33158d998ecb02cfdac626ae90 /examples/mcxa/src/bin/i2c-scan-blocking.rs | |
| parent | 933eb5b63d0a479a99d95da9111500be35966f4b (diff) | |
| parent | c4855d254fdfa3f06583b0883f603fee0615bd41 (diff) | |
Merge pull request #5040 from jamesmunns/james/cleanup-reexports
[MCXA]: 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; |
