aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/usb_raw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f4/src/bin/usb_raw.rs')
-rw-r--r--examples/stm32f4/src/bin/usb_raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/usb_raw.rs b/examples/stm32f4/src/bin/usb_raw.rs
index 1452e7c5f..b2d706208 100644
--- a/examples/stm32f4/src/bin/usb_raw.rs
+++ b/examples/stm32f4/src/bin/usb_raw.rs
@@ -72,7 +72,7 @@ bind_interrupts!(struct Irqs {
72// If you are trying this and your USB device doesn't connect, the most 72// If you are trying this and your USB device doesn't connect, the most
73// common issues are the RCC config and vbus_detection 73// common issues are the RCC config and vbus_detection
74// 74//
75// 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 75// See https://embassy.dev/book/#_the_usb_examples_are_not_working_on_my_board_is_there_anything_else_i_need_to_configure
76// for more information. 76// for more information.
77#[embassy_executor::main] 77#[embassy_executor::main]
78async fn main(_spawner: Spawner) { 78async fn main(_spawner: Spawner) {