diff options
| author | Ulf Lilleengen <[email protected]> | 2024-06-03 08:45:05 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-06-03 08:45:05 +0200 |
| commit | d2045be9f322be29fc3ac3240e11dd4a6b34e784 (patch) | |
| tree | d6decb00838bdc7b123a591af4b6df3549753713 /examples/stm32f4/src/bin/usb_hid_mouse.rs | |
| parent | ecd7888ba937b74560d3a1975445441d7c07be17 (diff) | |
fix broken links to embassy book
Diffstat (limited to 'examples/stm32f4/src/bin/usb_hid_mouse.rs')
| -rw-r--r-- | examples/stm32f4/src/bin/usb_hid_mouse.rs | 2 |
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 df4b7426c..45136f965 100644 --- a/examples/stm32f4/src/bin/usb_hid_mouse.rs +++ b/examples/stm32f4/src/bin/usb_hid_mouse.rs | |||
| @@ -21,7 +21,7 @@ bind_interrupts!(struct Irqs { | |||
| 21 | // If you are trying this and your USB device doesn't connect, the most | 21 | // If you are trying this and your USB device doesn't connect, the most |
| 22 | // common issues are the RCC config and vbus_detection | 22 | // common issues are the RCC config and vbus_detection |
| 23 | // | 23 | // |
| 24 | // 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 | 24 | // See https://embassy.dev/book/#_the_usb_examples_are_not_working_on_my_board_is_there_anything_else_i_need_to_configure |
| 25 | // for more information. | 25 | // for more information. |
| 26 | #[embassy_executor::main] | 26 | #[embassy_executor::main] |
| 27 | async fn main(_spawner: Spawner) { | 27 | async fn main(_spawner: Spawner) { |
