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 e2791a6 commit 9d2b5b9Copy full SHA for 9d2b5b9
tests/nucleo-g474.rs
@@ -27,7 +27,7 @@ pub fn now() -> MicrosDurationU32 {
27
28
#[defmt_test::tests]
29
mod tests {
30
- use embedded_hal::{delay::DelayNs, pwm::SetDutyCycle};
+ use embedded_hal::pwm::SetDutyCycle;
31
use fixed::types::I1F15;
32
use fugit::RateExtU32;
33
use stm32g4xx_hal::{
@@ -39,7 +39,6 @@ mod tests {
39
types::{Q15, Q31},
40
Ext,
41
},
42
- dac::{DacExt, DacOut},
43
delay::SYSTDelayExt,
44
gpio::{GpioExt, AF6, PA8},
45
pwm::PwmExt,
0 commit comments