Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Sep 24, 2024
1 parent bf8993f commit 042dea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/spi/master.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 042dea6

Please sign in to comment.