From 110a5eb4e58ecee5bc45bd47c3366ea241587e1b Mon Sep 17 00:00:00 2001 From: James Munns Date: Wed, 12 Nov 2025 17:16:19 +0100 Subject: Remove example feats, get examples building No CI, but this can be checked with `cargo check --all --examples`, which now succeeds. --- examples/lpuart_buffered.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/lpuart_buffered.rs') 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) { let p2 = lpuart::lib::init(); unsafe { - hal::interrupt::install_irq_handler(mcxa276_pac::Interrupt::LPUART2, lpuart2_handler); + hal::interrupt::install_irq_handler(mcxa_pac::Interrupt::LPUART2, lpuart2_handler); } // Configure NVIC for LPUART2 -- cgit