-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Labels
No labels