Moving embedded-hal 0.2 traits to separate package #1455
Annotations
2 errors
unresolved import `stm32h7xx_hal::hal`:
examples/dac.rs#L7
error[E0432]: unresolved import `stm32h7xx_hal::hal`
--> examples/dac.rs:7:20
|
7 | use stm32h7xx_hal::hal::Direction;
| ^^^ could not find `hal` in `stm32h7xx_hal`
|
clippy_check
Clippy has exited with exit code 101
|