Skip to content

Commit 2e932f2

Browse files
whackamole
1 parent b224f83 commit 2e932f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub use crate::stm32::interrupt;
8787
pub mod adc;
8888
#[cfg(feature = "device-selected")]
8989
pub mod bb;
90-
#[cfg(feature = "device-selected")]
90+
#[cfg(all(feature = "device-selected", not(any(feature = "stm32f411",))))]
9191
pub mod dac;
9292
#[cfg(feature = "device-selected")]
9393
pub mod delay;

0 commit comments

Comments
 (0)