diff options
| author | Joël Schulz-Ansres <[email protected]> | 2024-04-22 01:06:59 +0200 |
|---|---|---|
| committer | Joël Schulz-Ansres <[email protected]> | 2024-04-22 01:06:59 +0200 |
| commit | 01b36a44348dc8c065fdeb8787ac5a97ca8197f3 (patch) | |
| tree | 25f28fda72c51075d5a25677d431f33d9022b32b /examples/stm32l4/src/bin/usb_serial.rs | |
| parent | 896d0e7cd846971eb472555eb13ebe28e0b2d536 (diff) | |
rustfmt usb examples
Diffstat (limited to 'examples/stm32l4/src/bin/usb_serial.rs')
| -rw-r--r-- | examples/stm32l4/src/bin/usb_serial.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l4/src/bin/usb_serial.rs b/examples/stm32l4/src/bin/usb_serial.rs index 58229d0be..b905fc66f 100644 --- a/examples/stm32l4/src/bin/usb_serial.rs +++ b/examples/stm32l4/src/bin/usb_serial.rs | |||
| @@ -49,7 +49,7 @@ async fn main(_spawner: Spawner) { | |||
| 49 | 49 | ||
| 50 | // Enable vbus_detection | 50 | // Enable vbus_detection |
| 51 | // Note: some boards don't have this wired up and might not require it, | 51 | // Note: some boards don't have this wired up and might not require it, |
| 52 | // as they are powered through usb! | 52 | // as they are powered through usb! |
| 53 | // If you hang on boot, try setting this to "false"! | 53 | // If you hang on boot, try setting this to "false"! |
| 54 | // 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 | 54 | // 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 |
| 55 | // for more information | 55 | // for more information |
