aboutsummaryrefslogtreecommitdiff
path: root/examples/lpuart_buffered.rs
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-11-12 17:16:19 +0100
committerJames Munns <[email protected]>2025-11-12 17:16:19 +0100
commit110a5eb4e58ecee5bc45bd47c3366ea241587e1b (patch)
tree197ce866045f221d877a7f6b9e9172c2f97a84d5 /examples/lpuart_buffered.rs
parentf2f53306e0eeb1f36b1e9852836a3f2c4510dddf (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/lpuart_buffered.rs')
-rw-r--r--examples/lpuart_buffered.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lpuart_buffered.rs b/examples/lpuart_buffered.rs
index 30ba3f333..35d311143 100644
--- a/examples/lpuart_buffered.rs
+++ b/examples/lpuart_buffered.rs
@@ -26,7 +26,7 @@ async fn main(_spawner: Spawner) {
26 let p2 = lpuart::lib::init(); 26 let p2 = lpuart::lib::init();
27 27
28 unsafe { 28 unsafe {
29 hal::interrupt::install_irq_handler(mcxa276_pac::Interrupt::LPUART2, lpuart2_handler); 29 hal::interrupt::install_irq_handler(mcxa_pac::Interrupt::LPUART2, lpuart2_handler);
30 } 30 }
31 31
32 // Configure NVIC for LPUART2 32 // Configure NVIC for LPUART2