This commit is contained in:
Christian Perez Llamas 2022-11-19 02:17:58 +01:00
parent 64e8cfef8e
commit f5391efe22

View File

@ -14,7 +14,7 @@ use embassy_hal_common::{into_ref, PeripheralRef};
use crate::gpio::{AnyPin, Pin as GpioPin}; use crate::gpio::{AnyPin, Pin as GpioPin};
use crate::interrupt::Interrupt; use crate::interrupt::Interrupt;
use crate::pac::i2s::RegisterBlock; use crate::pac::i2s::RegisterBlock;
use crate::{EASY_DMA_SIZE, Peripheral}; use crate::{Peripheral, EASY_DMA_SIZE};
// TODO: Define those in lib.rs somewhere else // TODO: Define those in lib.rs somewhere else