Skip to content

Commit 9fed7ec

Browse files
committed
clean
1 parent cb5903f commit 9fed7ec

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/dma/traits.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ macro_rules! dma_map {
345345
use dma_map;
346346

347347
mod f4;
348-
pub use f4::*;
349348

350349
#[cfg(feature = "dfsdm")]
351350
pub struct FLT<T, const F: u8> {

src/gpio/hal_1.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use super::{
44
dynamic::PinModeError, marker, DynamicPin, ErasedPin, Output, PartiallyErasedPin, Pin,
55
};
66

7-
pub use embedded_hal_one::digital::PinState;
87
use embedded_hal_one::digital::{
98
ErrorType, InputPin, OutputPin, StatefulOutputPin, ToggleableOutputPin,
109
};

0 commit comments

Comments
 (0)