Skip to content

Commit 64c056b

Browse files
committed
Also fix the pub use
1 parent 23dc7a3 commit 64c056b

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
@@ -22,7 +22,7 @@ use edge_nal::{
2222
TcpSplit, UdpBind, UdpConnect, UdpReceive, UdpSend, UdpSplit,
2323
};
2424

25-
#[cfg(all(unix, not(target_os = "espidf")))]
25+
#[cfg(any(target_os = "linux", target_os = "android"))]
2626
pub use raw::*;
2727

2828
#[derive(Default, Clone)]

0 commit comments

Comments
 (0)