diff options
| author | Bailey Townsend <[email protected]> | 2024-12-28 00:40:52 -0600 |
|---|---|---|
| committer | Bailey Townsend <[email protected]> | 2024-12-28 00:40:52 -0600 |
| commit | 388103275e8648492e27514e00048492a55a931c (patch) | |
| tree | 86be0de680099aaa0fbcac5affb1bdbabf4e1b97 /examples | |
| parent | 8243a8a3892dc499be560a0bf2134e641b856760 (diff) | |
Fixes ci (hopefully)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp23/src/bin/wifi_blinky_pico_plus_2.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/rp23/src/bin/wifi_blinky_pico_plus_2.rs b/examples/rp23/src/bin/wifi_blinky_pico_plus_2.rs index 240588762..ebb3c4373 100644 --- a/examples/rp23/src/bin/wifi_blinky_pico_plus_2.rs +++ b/examples/rp23/src/bin/wifi_blinky_pico_plus_2.rs | |||
| @@ -9,10 +9,9 @@ use cyw43_pio::{PioSpi, RM2_CLOCK_DIVIDER}; | |||
| 9 | use defmt::*; | 9 | use defmt::*; |
| 10 | use embassy_executor::Spawner; | 10 | use embassy_executor::Spawner; |
| 11 | use embassy_rp::block::ImageDef; | 11 | use embassy_rp::block::ImageDef; |
| 12 | use embassy_rp::gpio; | ||
| 13 | use embassy_rp::peripherals::{DMA_CH0, PIO0}; | 12 | use embassy_rp::peripherals::{DMA_CH0, PIO0}; |
| 14 | use embassy_rp::pio::Pio; | 13 | use embassy_rp::pio::{InterruptHandler, Pio}; |
| 15 | use embassy_rp::{bind_interrupts, pio::InterruptHandler}; | 14 | use embassy_rp::{bind_interrupts, gpio}; |
| 16 | use embassy_time::{Duration, Timer}; | 15 | use embassy_time::{Duration, Timer}; |
| 17 | use gpio::{Level, Output}; | 16 | use gpio::{Level, Output}; |
| 18 | use static_cell::StaticCell; | 17 | use static_cell::StaticCell; |
