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 88b86b1 commit f9ccad5Copy full SHA for f9ccad5
examples/mcpwm-simple.rs
@@ -37,4 +37,6 @@ fn main() -> anyhow::Result<()> {
37
}
38
39
#[cfg(not(any(esp32, esp32s3)))]
40
-fn main() {}
+fn main() {
41
+ esp_idf_sys::link_patches();
42
+}
0 commit comments