Skip to content

Commit

Permalink
Merge pull request #4195 from SergioGasquez/feat/c_char
Browse files Browse the repository at this point in the history
Update ESP-IDF `c_char` type
  • Loading branch information
tgross35 authored Dec 16, 2024
2 parents dd47a01 + c66faeb commit 39a6799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/newlib/espidf/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::prelude::*;

pub type clock_t = c_ulong;
pub type c_char = i8;
pub type c_char = u8;
pub type wchar_t = u32;

pub type c_long = i32;
Expand Down

0 comments on commit 39a6799

Please sign in to comment.