rebase and fix unborrow
This commit is contained in:
parent
74bbf5aa02
commit
f2ad9c2d9d
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
use core::marker::PhantomData;
|
||||
|
||||
use embassy::util::Unborrow;
|
||||
use embassy_hal_common::unborrow;
|
||||
use embassy_hal_common::{unborrow, Unborrow};
|
||||
use stm32_metapac::iwdg::vals::Key;
|
||||
pub use stm32_metapac::iwdg::vals::Pr as Prescaler;
|
||||
|
||||
|
|
Loading…
Reference in a new issue