Skip to content

clean clone fails to build #62

@dgtlrift

Description

@dgtlrift
error[E0432]: unresolved import `embedded_hal::delay::DelayUs`
  --> /Users/jhanley/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radio-0.12.0/src/mock.rs:16:5
   |
16 | use embedded_hal::delay::DelayUs;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DelayUs` in `delay`
   |
help: a similar name exists in the module
   |
16 - use embedded_hal::delay::DelayUs;
16 + use embedded_hal::delay::DelayNs;
   |
help: consider importing this variant instead
   |
16 - use embedded_hal::delay::DelayUs;
16 + use crate::mock::Request::DelayUs;
   |

For more information about this error, try `rustc --explain E0432`.
error: could not compile `radio` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions