Skip to content

Commit 65e2cd5

Browse files
committed
Dont refer to non existing feature
1 parent 560c20f commit 65e2cd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ pub use stm32h7::stm32h753v as stm32;
111111
// Dual core
112112
#[cfg(feature = "stm32h747cm7")]
113113
pub use stm32h7::stm32h747cm7 as stm32;
114-
#[cfg(feature = "stm32h757cm7")]
115-
pub use stm32h7::stm32h757cm7 as stm32;
116114
// TODO(rm0399): soundness of PeripheralREC macro in rcc/rec.rs
117115

118116
// High Memory Integration

0 commit comments

Comments
 (0)