aboutsummaryrefslogtreecommitdiff
path: root/examples/lpuart_buffered.rs
diff options
context:
space:
mode:
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