Skip to content

Commit 39a6799

Browse files
authored
Merge pull request #4195 from SergioGasquez/feat/c_char
Update ESP-IDF `c_char` type
2 parents dd47a01 + c66faeb commit 39a6799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/newlib/espidf/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::prelude::*;
22

33
pub type clock_t = c_ulong;
4-
pub type c_char = i8;
4+
pub type c_char = u8;
55
pub type wchar_t = u32;
66

77
pub type c_long = i32;

0 commit comments

Comments
 (0)