Fix warnings
This commit is contained in:
parent
85054a7233
commit
f43545f36e
@ -5,7 +5,6 @@ use embassy_hal_common::{unborrow, Unborrow};
|
|||||||
use stm32_metapac::iwdg::vals::{Key, Pr};
|
use stm32_metapac::iwdg::vals::{Key, Pr};
|
||||||
|
|
||||||
use crate::rcc::LSI_FREQ;
|
use crate::rcc::LSI_FREQ;
|
||||||
use crate::time::Hertz;
|
|
||||||
|
|
||||||
pub struct IndependentWatchdog<'d, T: Instance> {
|
pub struct IndependentWatchdog<'d, T: Instance> {
|
||||||
wdg: PhantomData<&'d mut T>,
|
wdg: PhantomData<&'d mut T>,
|
||||||
|
Loading…
Reference in New Issue
Block a user