aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/usb_ethernet.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_ethernet.rs
parent896d0e7cd846971eb472555eb13ebe28e0b2d536 (diff)
rustfmt usb examples
Diffstat (limited to 'examples/stm32f4/src/bin/usb_ethernet.rs')
-rw-r--r--examples/stm32f4/src/bin/usb_ethernet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/usb_ethernet.rs b/examples/stm32f4/src/bin/usb_ethernet.rs
index 284c74564..34e58f282 100644
--- a/examples/stm32f4/src/bin/usb_ethernet.rs
+++ b/examples/stm32f4/src/bin/usb_ethernet.rs
@@ -79,7 +79,7 @@ async fn main(spawner: Spawner) {
79 79
80 // Enable vbus_detection 80 // Enable vbus_detection
81 // Note: some boards don't have this wired up and might not require it, 81 // Note: some boards don't have this wired up and might not require it,
82 // as they are powered through usb! 82 // as they are powered through usb!
83 // If you hang on boot, try setting this to "false"! 83 // If you hang on boot, try setting this to "false"!
84 // 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 84 // 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
85 // for more information 85 // for more information