aboutsummaryrefslogtreecommitdiff
path: root/examples/src/bin
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-11-14 19:11:06 +0100
committerJames Munns <[email protected]>2025-11-14 19:11:06 +0100
commit728340ba05e9a16ceb472b147737c38c144d292d (patch)
tree01d881a2717858151485a7261f05d1283b3cbbe4 /examples/src/bin
parent1f589e9428542cd94bc630b623accf04d9c36edf (diff)
Remove redundant import
Diffstat (limited to 'examples/src/bin')
-rw-r--r--examples/src/bin/ostimer_alarm.rs2
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;
9use embassy_mcxa::clocks::PoweredClock; 9use embassy_mcxa::clocks::PoweredClock;
10use embassy_mcxa::lpuart::{Config, Lpuart}; 10use embassy_mcxa::lpuart::{Config, Lpuart};
11use embassy_mcxa_examples::init_uart2_pins; 11use embassy_mcxa_examples::init_uart2_pins;
12use {cortex_m, defmt_rtt as _, embassy_mcxa as hal, panic_probe as _}; 12use {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.
15bind_interrupts!(struct Irqs { 15bind_interrupts!(struct Irqs {