mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00
Fix wifi-logs
feature (#1709)
This commit is contained in:
parent
c864c8a982
commit
fd467c2f07
@ -1460,7 +1460,7 @@ pub unsafe extern "C" fn log_writev(
|
||||
level: u32,
|
||||
_tag: *const crate::binary::c_types::c_char,
|
||||
format: *const crate::binary::c_types::c_char,
|
||||
args: va_list,
|
||||
args: esp_wifi_sys::include::va_list,
|
||||
) {
|
||||
let args = core::mem::transmute(args);
|
||||
crate::compat::syslog::syslog(level, format as *const u8, args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user