Explorar el Código

add a doc line for the module

Joey Harrison hace 2 años
padre
commit
d1272fadfa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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};