Fix warnings

This commit is contained in:
chemicstry 2022-07-10 21:16:54 +03:00
parent 85054a7233
commit f43545f36e

View file

@ -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>,