Skip to content

Commit 2924d35

Browse files
committed
Fix the build for ESP-IDF
1 parent c1b9e4a commit 2924d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge-nal-std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ mod raw {
823823
}
824824
}
825825

826-
#[cfg(any(target_os = "linux", target_os = "android"))]
826+
#[cfg(any(target_os = "linux", target_os = "android", target_os = "espidf"))]
827827
mod sys {
828828
pub use libc::*;
829829

0 commit comments

Comments
 (0)