Fix warnings
This commit is contained in:
parent
85054a7233
commit
f43545f36e
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ use embassy_hal_common::{unborrow, Unborrow};
|
|||
use stm32_metapac::iwdg::vals::{Key, Pr};
|
||||
|
||||
use crate::rcc::LSI_FREQ;
|
||||
use crate::time::Hertz;
|
||||
|
||||
pub struct IndependentWatchdog<'d, T: Instance> {
|
||||
wdg: PhantomData<&'d mut T>,
|
||||
|
|
Loading…
Reference in a new issue