Skip to content

Commit 05afa31

Browse files
committed
Fix tests
1 parent 746ce08 commit 05afa31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/capture.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub mod nb {
1414
/// #[macro_use(block)]
1515
/// extern crate nb;
1616
///
17-
/// use hal::nb::capture::Capture;
17+
/// use hal::capture::nb::Capture;
1818
///
1919
/// fn main() {
2020
/// let mut capture: Capture1 = {
@@ -38,7 +38,7 @@ pub mod nb {
3838
/// # impl U32Ext for u32 { fn ms(self) -> MilliSeconds { MilliSeconds(self) } }
3939
/// # struct Capture1;
4040
/// # enum Channel { _1 }
41-
/// # impl hal::nb::capture::Capture for Capture1 {
41+
/// # impl hal::capture::nb::Capture for Capture1 {
4242
/// # type Error = Infallible;
4343
/// # type Capture = u16;
4444
/// # type Channel = Channel;

0 commit comments

Comments
 (0)