Skip to content

Commit

Permalink
Defmt, again
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Aug 30, 2024
1 parent 0fb7b21 commit 888d17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-wifi/src/preempt/preempt_xtensa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn task_create(
param: *mut c_types::c_void,
task_stack_size: usize,
) -> *mut Context {
trace!("task_create {:p} {:p} {}", task, param, task_stack_size);
trace!("task_create {:?} {:?} {}", task, param, task_stack_size);
unsafe {
let ctx = allocate_task();

Expand Down

0 comments on commit 888d17d

Please sign in to comment.