fixed missing imports

This commit is contained in:
OueslatiGhaith 2023-04-27 16:22:41 +01:00
parent 3ba73b5ff4
commit d960bf344a
2 changed files with 1383 additions and 1348 deletions

File diff suppressed because it is too large Load diff

View file

@ -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)]