We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d482f7 commit ed4d983Copy full SHA for ed4d983
src/lib.rs
@@ -111,8 +111,6 @@ pub use stm32h7::stm32h753v as stm32;
111
// Dual core
112
#[cfg(feature = "stm32h747cm7")]
113
pub use stm32h7::stm32h747cm7 as stm32;
114
-#[cfg(feature = "stm32h757cm7")]
115
-pub use stm32h7::stm32h757cm7 as stm32;
116
// TODO(rm0399): soundness of PeripheralREC macro in rcc/rec.rs
117
118
// High Memory Integration
0 commit comments