diff options
| author | James Munns <[email protected]> | 2025-11-14 19:11:06 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-11-14 19:11:06 +0100 |
| commit | 728340ba05e9a16ceb472b147737c38c144d292d (patch) | |
| tree | 01d881a2717858151485a7261f05d1283b3cbbe4 /examples | |
| parent | 1f589e9428542cd94bc630b623accf04d9c36edf (diff) | |
Remove redundant import
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/src/bin/ostimer_alarm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/bin/ostimer_alarm.rs b/examples/src/bin/ostimer_alarm.rs index 36b1f403a..03fb93319 100644 --- a/examples/src/bin/ostimer_alarm.rs +++ b/examples/src/bin/ostimer_alarm.rs | |||
| @@ -9,7 +9,7 @@ use embassy_mcxa::clocks::periph_helpers::OstimerClockSel; | |||
| 9 | use embassy_mcxa::clocks::PoweredClock; | 9 | use embassy_mcxa::clocks::PoweredClock; |
| 10 | use embassy_mcxa::lpuart::{Config, Lpuart}; | 10 | use embassy_mcxa::lpuart::{Config, Lpuart}; |
| 11 | use embassy_mcxa_examples::init_uart2_pins; | 11 | use embassy_mcxa_examples::init_uart2_pins; |
| 12 | use {cortex_m, defmt_rtt as _, embassy_mcxa as hal, panic_probe as _}; | 12 | use {defmt_rtt as _, embassy_mcxa as hal, panic_probe as _}; |
| 13 | 13 | ||
| 14 | // Bind only OS_EVENT, and retain the symbol explicitly so it can't be GC'ed. | 14 | // Bind only OS_EVENT, and retain the symbol explicitly so it can't be GC'ed. |
| 15 | bind_interrupts!(struct Irqs { | 15 | bind_interrupts!(struct Irqs { |
