Ver Fonte

Fix USB docs (#153)

Vadim Kaushan há 4 anos atrás
pai
commit
19d15afefc
1 ficheiros alterados com 2 adições e 2 exclusões
  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;