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 259f001 commit 7c0f486Copy full SHA for 7c0f486
src/lib.rs
@@ -31,7 +31,7 @@
31
pub mod asm;
32
pub mod delay;
33
pub mod interrupt;
34
-#[cfg(any(feature = "plic"))]
+#[cfg(feature = "plic")]
35
pub mod peripheral;
36
pub mod register;
37
0 commit comments