diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-11-15 02:22:20 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-11-15 02:22:20 +0100 |
| commit | 3f23fd5c98244921b97858912bbcdfd681b4f92e (patch) | |
| tree | e572b5ebc9dae3c2fedf97b576f188498832220a /examples/nrf9151 | |
| parent | ea1b97ed4032d5f925839165c546833323ef1b01 (diff) | |
Update nrf-pac.
Diffstat (limited to 'examples/nrf9151')
| -rw-r--r-- | examples/nrf9151/ns/src/bin/uart.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf9151/ns/src/bin/uart.rs b/examples/nrf9151/ns/src/bin/uart.rs index 2220dccfb..234ff35f2 100644 --- a/examples/nrf9151/ns/src/bin/uart.rs +++ b/examples/nrf9151/ns/src/bin/uart.rs | |||
| @@ -7,7 +7,7 @@ use embassy_nrf::{bind_interrupts, peripherals, uarte}; | |||
| 7 | use {defmt_rtt as _, panic_probe as _}; | 7 | use {defmt_rtt as _, panic_probe as _}; |
| 8 | 8 | ||
| 9 | bind_interrupts!(struct Irqs { | 9 | bind_interrupts!(struct Irqs { |
| 10 | SPIM0_SPIS0_TWIM0_TWIS0_UARTE0 => uarte::InterruptHandler<peripherals::SERIAL0>; | 10 | SERIAL0 => uarte::InterruptHandler<peripherals::SERIAL0>; |
| 11 | }); | 11 | }); |
| 12 | 12 | ||
| 13 | #[embassy_executor::main] | 13 | #[embassy_executor::main] |
