aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/usb_hid_mouse.rs
diff options
context:
space:
mode:
authorJoël Schulz-Ansres <[email protected]>2024-04-22 01:06:59 +0200
committerJoël Schulz-Ansres <[email protected]>2024-04-22 01:06:59 +0200
commit01b36a44348dc8c065fdeb8787ac5a97ca8197f3 (patch)
tree25f28fda72c51075d5a25677d431f33d9022b32b /examples/stm32f4/src/bin/usb_hid_mouse.rs
parent896d0e7cd846971eb472555eb13ebe28e0b2d536 (diff)
rustfmt usb examples
Diffstat (limited to 'examples/stm32f4/src/bin/usb_hid_mouse.rs')
-rw-r--r--examples/stm32f4/src/bin/usb_hid_mouse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/usb_hid_mouse.rs b/examples/stm32f4/src/bin/usb_hid_mouse.rs
index 2b8e2f147..0d04d2a9c 100644
--- a/examples/stm32f4/src/bin/usb_hid_mouse.rs
+++ b/examples/stm32f4/src/bin/usb_hid_mouse.rs
@@ -54,7 +54,7 @@ async fn main(_spawner: Spawner) {
54 54
55 // Enable vbus_detection 55 // Enable vbus_detection
56 // Note: some boards don't have this wired up and might not require it, 56 // Note: some boards don't have this wired up and might not require it,
57 // as they are powered through usb! 57 // as they are powered through usb!
58 // If you hang on boot, try setting this to "false"! 58 // If you hang on boot, try setting this to "false"!
59 // See https://embassy.dev/book/dev/faq.html#_the_usb_examples_are_not_working_on_my_board_is_there_anything_else_i_need_to_configure 59 // See https://embassy.dev/book/dev/faq.html#_the_usb_examples_are_not_working_on_my_board_is_there_anything_else_i_need_to_configure
60 // for more information 60 // for more information