mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 18:14:11 +00:00
feat(all): Use PRIx macro in all logs
This commit is contained in:
@@ -558,7 +558,7 @@ static void sdio_intr_send(void *arg)
|
||||
}
|
||||
|
||||
assert(returned_cnt == 0);
|
||||
ESP_EARLY_LOGV(TAG, "end: %x", finished_arg);
|
||||
ESP_EARLY_LOGV(TAG, "end: %p", finished_arg);
|
||||
ret = xQueueSendFromISR(context.ret_queue, &finished_arg, &yield);
|
||||
assert(ret == pdTRUE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user