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/nrf52840/src/bin/usb_ethernet.rs | |
| parent | ea1b97ed4032d5f925839165c546833323ef1b01 (diff) | |
Update nrf-pac.
Diffstat (limited to 'examples/nrf52840/src/bin/usb_ethernet.rs')
| -rw-r--r-- | examples/nrf52840/src/bin/usb_ethernet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf52840/src/bin/usb_ethernet.rs b/examples/nrf52840/src/bin/usb_ethernet.rs index 82364ded8..88314b749 100644 --- a/examples/nrf52840/src/bin/usb_ethernet.rs +++ b/examples/nrf52840/src/bin/usb_ethernet.rs | |||
| @@ -18,7 +18,7 @@ use {defmt_rtt as _, panic_probe as _}; | |||
| 18 | 18 | ||
| 19 | bind_interrupts!(struct Irqs { | 19 | bind_interrupts!(struct Irqs { |
| 20 | USBD => usb::InterruptHandler<peripherals::USBD>; | 20 | USBD => usb::InterruptHandler<peripherals::USBD>; |
| 21 | POWER_CLOCK => usb::vbus_detect::InterruptHandler; | 21 | CLOCK_POWER => usb::vbus_detect::InterruptHandler; |
| 22 | RNG => rng::InterruptHandler<peripherals::RNG>; | 22 | RNG => rng::InterruptHandler<peripherals::RNG>; |
| 23 | }); | 23 | }); |
| 24 | 24 | ||
