Jelajahi Sumber

Fix USB docs (#153)

Vadim Kaushan 4 tahun lalu
induk
melakukan
19d15afefc
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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;