Explorar o código

Add extra docs to `McycleDelay::new`

Joey Harrison %!s(int64=2) %!d(string=hai) anos
pai
achega
28715684db
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/delay.rs

+ 2 - 1
src/delay.rs

@@ -8,7 +8,8 @@ pub struct McycleDelay {
 }
 
 impl McycleDelay {
-    /// Constructs the delay provider
+    /// Constructs the delay provider.
+    /// `ticks_second` should be the clock speed of the core, in Hertz
     #[inline(always)]
     pub fn new(ticks_second: u32) -> Self {
         Self { ticks_second }