diff options
| author | kalkyl <[email protected]> | 2023-11-07 20:19:56 +0100 |
|---|---|---|
| committer | kalkyl <[email protected]> | 2023-11-07 20:19:56 +0100 |
| commit | d44383e9a7cfaaa5e5cdbd4b3ade32f5f753616f (patch) | |
| tree | 0aa1bce022b9bb26a5e51d21eecdeae98e8187c1 /examples | |
| parent | 37a773c037223573f5bfb3c81c347240af4fa171 (diff) | |
fmt
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp/src/bin/usb_raw_bulk.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/src/bin/usb_raw_bulk.rs b/examples/rp/src/bin/usb_raw_bulk.rs index b2274e6c3..ad31045f2 100644 --- a/examples/rp/src/bin/usb_raw_bulk.rs +++ b/examples/rp/src/bin/usb_raw_bulk.rs | |||
| @@ -34,9 +34,9 @@ use embassy_futures::join::join; | |||
| 34 | use embassy_rp::bind_interrupts; | 34 | use embassy_rp::bind_interrupts; |
| 35 | use embassy_rp::peripherals::USB; | 35 | use embassy_rp::peripherals::USB; |
| 36 | use embassy_rp::usb::{Driver, InterruptHandler}; | 36 | use embassy_rp::usb::{Driver, InterruptHandler}; |
| 37 | use embassy_usb::driver::{Endpoint, EndpointIn, EndpointOut}; | ||
| 37 | use embassy_usb::msos::{self, windows_version}; | 38 | use embassy_usb::msos::{self, windows_version}; |
| 38 | use embassy_usb::{Builder, Config, Handler}; | 39 | use embassy_usb::{Builder, Config, Handler}; |
| 39 | use embassy_usb::driver::{Endpoint, EndpointIn, EndpointOut}; | ||
| 40 | use {defmt_rtt as _, panic_probe as _}; | 40 | use {defmt_rtt as _, panic_probe as _}; |
| 41 | 41 | ||
| 42 | // This is a randomly generated GUID to allow clients on Windows to find our device | 42 | // This is a randomly generated GUID to allow clients on Windows to find our device |
