Skip to content

Commit 9d2b5b9

Browse files
committed
unused
1 parent e2791a6 commit 9d2b5b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/nucleo-g474.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub fn now() -> MicrosDurationU32 {
2727

2828
#[defmt_test::tests]
2929
mod tests {
30-
use embedded_hal::{delay::DelayNs, pwm::SetDutyCycle};
30+
use embedded_hal::pwm::SetDutyCycle;
3131
use fixed::types::I1F15;
3232
use fugit::RateExtU32;
3333
use stm32g4xx_hal::{
@@ -39,7 +39,6 @@ mod tests {
3939
types::{Q15, Q31},
4040
Ext,
4141
},
42-
dac::{DacExt, DacOut},
4342
delay::SYSTDelayExt,
4443
gpio::{GpioExt, AF6, PA8},
4544
pwm::PwmExt,

0 commit comments

Comments
 (0)