Skip to content

Commit 9cd0192

Browse files
committed
Mention the stm32-usbd feature
1 parent 793bafe commit 9cd0192

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/usb.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//! Interface to the USB peripheral
22
//!
3+
//! Requires the `stm32-usbd` feature.
4+
//!
35
//! As USB seems to work mostly the same across all STM32 MCUs, there is a
46
//! single crate that supports USB for these MCUs:
57
//! [`stm32-usbd`](https://crates.io/crates/stm32-usbd)

0 commit comments

Comments
 (0)