mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-27 01:02:37 +00:00
fixed missing imports
This commit is contained in:
parent
3ba73b5ff4
commit
d960bf344a
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 New Issue
Block a user