소스 검색

add a doc line for the module

Joey Harrison 2 년 전
부모
커밋
d1272fadfa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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};