Skip to content

Commit 19d15af

Browse files
DisasmTheZoq2
authored andcommitted
Fix USB docs (#153)
1 parent e578d65 commit 19d15af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/usb.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! USB peripheral
2-
2+
//!
33
//! Requires the `stm32-usbd` feature.
44
//! See https://github.com/stm32-rs/stm32f1xx-hal/tree/master/examples
5-
//! for usage examples
5+
//! for usage examples.
66
77
use crate::pac::{RCC, USB};
88
use stm32_usbd::UsbPeripheral;

0 commit comments

Comments
 (0)