diff options
| author | James Munns <[email protected]> | 2025-11-12 17:16:19 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-11-12 17:16:19 +0100 |
| commit | 110a5eb4e58ecee5bc45bd47c3366ea241587e1b (patch) | |
| tree | 197ce866045f221d877a7f6b9e9172c2f97a84d5 /examples/adc_interrupt.rs | |
| parent | f2f53306e0eeb1f36b1e9852836a3f2c4510dddf (diff) | |
Remove example feats, get examples building
No CI, but this can be checked with `cargo check --all --examples`,
which now succeeds.
Diffstat (limited to 'examples/adc_interrupt.rs')
| -rw-r--r-- | examples/adc_interrupt.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/adc_interrupt.rs b/examples/adc_interrupt.rs index f0df3196c..dc82cfd30 100644 --- a/examples/adc_interrupt.rs +++ b/examples/adc_interrupt.rs | |||
| @@ -3,11 +3,11 @@ | |||
| 3 | 3 | ||
| 4 | use embassy_executor::Spawner; | 4 | use embassy_executor::Spawner; |
| 5 | use hal::adc::{LpadcConfig, TriggerPriorityPolicy}; | 5 | use hal::adc::{LpadcConfig, TriggerPriorityPolicy}; |
| 6 | use hal::pac::adc1::cfg::{Pwrsel, Refsel}; | ||
| 7 | use hal::pac::adc1::cmdl1::{Adch, Mode}; | ||
| 8 | use hal::pac::adc1::ctrl::CalAvgs; | ||
| 9 | use hal::pac::adc1::tctrl::Tcmd; | ||
| 10 | use hal::uart; | 6 | use hal::uart; |
| 7 | use mcxa_pac::adc1::cfg::{Pwrsel, Refsel}; | ||
| 8 | use mcxa_pac::adc1::cmdl1::{Adch, Mode}; | ||
| 9 | use mcxa_pac::adc1::ctrl::CalAvgs; | ||
| 10 | use mcxa_pac::adc1::tctrl::Tcmd; | ||
| 11 | use {cortex_m, embassy_mcxa276 as hal}; | 11 | use {cortex_m, embassy_mcxa276 as hal}; |
| 12 | mod common; | 12 | mod common; |
| 13 | 13 | ||
