diff --git a/esp-hal/src/spi/master.rs b/esp-hal/src/spi/master.rs index 9c67a2f348..563c429115 100644 --- a/esp-hal/src/spi/master.rs +++ b/esp-hal/src/spi/master.rs @@ -1904,7 +1904,7 @@ mod dma { mod asynch { use core::cmp::min; - use super::{Error, *}; + use super::*; impl<'d, T, C> SpiDmaBus<'d, T, C, FullDuplexMode, crate::Async> where