Selaa lähdekoodia

add a doc line for the module

Joey Harrison 2 vuotta sitten
vanhempi
commit
d1272fadfa
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/delay.rs

+ 1 - 0
src/delay.rs

@@ -1,3 +1,4 @@
+//! Delay devices and providers
 use crate::register::mcycle;
 use embedded_hal::blocking::delay::{DelayMs, DelayUs};