We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746ce08 commit 05afa31Copy full SHA for 05afa31
src/capture.rs
@@ -14,7 +14,7 @@ pub mod nb {
14
/// #[macro_use(block)]
15
/// extern crate nb;
16
///
17
- /// use hal::nb::capture::Capture;
+ /// use hal::capture::nb::Capture;
18
19
/// fn main() {
20
/// let mut capture: Capture1 = {
@@ -38,7 +38,7 @@ pub mod nb {
38
/// # impl U32Ext for u32 { fn ms(self) -> MilliSeconds { MilliSeconds(self) } }
39
/// # struct Capture1;
40
/// # enum Channel { _1 }
41
- /// # impl hal::nb::capture::Capture for Capture1 {
+ /// # impl hal::capture::nb::Capture for Capture1 {
42
/// # type Error = Infallible;
43
/// # type Capture = u16;
44
/// # type Channel = Channel;
0 commit comments