aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-06-03 08:45:05 +0200
committerUlf Lilleengen <[email protected]>2024-06-03 08:45:05 +0200
commitd2045be9f322be29fc3ac3240e11dd4a6b34e784 (patch)
treed6decb00838bdc7b123a591af4b6df3549753713 /examples/stm32h7/src
parentecd7888ba937b74560d3a1975445441d7c07be17 (diff)
fix broken links to embassy book
Diffstat (limited to 'examples/stm32h7/src')
-rw-r--r--examples/stm32h7/src/bin/usb_serial.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7/src/bin/usb_serial.rs b/examples/stm32h7/src/bin/usb_serial.rs
index 1c50fc1c8..65ae597d4 100644
--- a/examples/stm32h7/src/bin/usb_serial.rs
+++ b/examples/stm32h7/src/bin/usb_serial.rs
@@ -18,7 +18,7 @@ bind_interrupts!(struct Irqs {
18// If you are trying this and your USB device doesn't connect, the most 18// If you are trying this and your USB device doesn't connect, the most
19// common issues are the RCC config and vbus_detection 19// common issues are the RCC config and vbus_detection
20// 20//
21// 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 21// See https://embassy.dev/book/#_the_usb_examples_are_not_working_on_my_board_is_there_anything_else_i_need_to_configure
22// for more information. 22// for more information.
23#[embassy_executor::main] 23#[embassy_executor::main]
24async fn main(_spawner: Spawner) { 24async fn main(_spawner: Spawner) {