Skip to content

Commit b2b9d6d

Browse files
author
Marwan SMOUNI
committed
devices for which the module was developed
1 parent f7bac80 commit b2b9d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub mod rng;
153153
#[cfg(feature = "device-selected")]
154154
pub mod qspi;
155155

156-
#[cfg(feature = "device-selected")]
156+
#[cfg(any(feature = "stm32f765", feature = "stm32f767", feature = "stm32f769"))]
157157
pub mod adc;
158158

159159
#[cfg(feature = "ltdc")]

0 commit comments

Comments
 (0)