瀏覽代碼

Fix USB docs (#153)

Vadim Kaushan 4 年之前
父節點
當前提交
19d15afefc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/usb.rs

+ 2 - 2
src/usb.rs

@@ -1,8 +1,8 @@
 //! USB peripheral
-
+//!
 //! Requires the `stm32-usbd` feature.
 //! See https://github.com/stm32-rs/stm32f1xx-hal/tree/master/examples
-//! for usage examples
+//! for usage examples.
 
 use crate::pac::{RCC, USB};
 use stm32_usbd::UsbPeripheral;