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 3a2d272 commit b23be63Copy full SHA for b23be63
src/lib.rs
@@ -94,7 +94,10 @@ pub mod time;
94
pub mod timer;
95
// pub mod watchdog;
96
97
-#[cfg(all(feature = "hrtim", not(any(feature = "stm32g474", feature = "stm32g484"))))]
+#[cfg(all(
98
+ feature = "hrtim",
99
+ not(any(feature = "stm32g474", feature = "stm32g484"))
100
+))]
101
compile_error!("`hrtim` is only available for stm32g474 and stm32g484");
102
103
#[cfg(feature = "hrtim")]
0 commit comments