diff options
| author | Mick Chanthaseth <[email protected]> | 2024-02-19 15:41:15 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-19 15:41:15 -0800 |
| commit | bae30fb3973e0c35613422b1ecff299961b0dda4 (patch) | |
| tree | 4707777c037eb47590dcceda5fb2bd906e9d12f1 /examples | |
| parent | 9c870981e3696c8afb16951c806cc6678073f7ca (diff) | |
removed extra spaces.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp/src/bin/usb_hid_mouse.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/src/bin/usb_hid_mouse.rs b/examples/rp/src/bin/usb_hid_mouse.rs index 3a5201b59..afebd8813 100644 --- a/examples/rp/src/bin/usb_hid_mouse.rs +++ b/examples/rp/src/bin/usb_hid_mouse.rs | |||
| @@ -88,7 +88,7 @@ async fn main(_spawner: Spawner) { | |||
| 88 | // Do stuff with the class! | 88 | // Do stuff with the class! |
| 89 | let in_fut = async { | 89 | let in_fut = async { |
| 90 | let mut rng = RoscRng; | 90 | let mut rng = RoscRng; |
| 91 | 91 | ||
| 92 | loop { | 92 | loop { |
| 93 | // every 1 second | 93 | // every 1 second |
| 94 | _ = Timer::after_secs(1).await; | 94 | _ = Timer::after_secs(1).await; |
