fixed missing imports
This commit is contained in:
parent
3ba73b5ff4
commit
d960bf344a
2 changed files with 1383 additions and 1348 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,8 @@
|
|||
use embassy_hal_common::{into_ref, Peripheral, PeripheralRef};
|
||||
|
||||
use crate::ipcc::sealed::Instance;
|
||||
use crate::peripherals::IPCC;
|
||||
use crate::rcc::sealed::RccPeripheral;
|
||||
|
||||
#[non_exhaustive]
|
||||
#[derive(Clone, Copy, Default)]
|
||||
|
|
Loading…
Reference in a new issue