rebase and fix unborrow

This commit is contained in:
Vincent Stakenburg 2022-06-28 12:51:08 +02:00
parent 74bbf5aa02
commit f2ad9c2d9d

View file

@ -1,7 +1,6 @@
use core::marker::PhantomData; use core::marker::PhantomData;
use embassy::util::Unborrow; use embassy_hal_common::{unborrow, Unborrow};
use embassy_hal_common::unborrow;
use stm32_metapac::iwdg::vals::Key; use stm32_metapac::iwdg::vals::Key;
pub use stm32_metapac::iwdg::vals::Pr as Prescaler; pub use stm32_metapac::iwdg::vals::Pr as Prescaler;