Skip to content

Commit f9ccad5

Browse files
committed
Fix example
1 parent 88b86b1 commit f9ccad5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/mcpwm-simple.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ fn main() -> anyhow::Result<()> {
3737
}
3838

3939
#[cfg(not(any(esp32, esp32s3)))]
40-
fn main() {}
40+
fn main() {
41+
esp_idf_sys::link_patches();
42+
}

0 commit comments

Comments
 (0)