mirror of
https://github.com/apache/nuttx.git
synced 2026-08-23 14:38:25 +00:00
arch/xtensa/src/esp32/esp32_wifi_adapter.c: Fix a printf format
This commit is contained in:
parent
97a9963e09
commit
dbb81dfd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -1154,7 +1154,7 @@ static void *esp_queue_create(uint32_t queue_len, uint32_t item_size)
|
|||
}
|
||||
|
||||
snprintf(mq_adpt->name, sizeof(mq_adpt->name),
|
||||
"/tmp/%X", mq_adpt);
|
||||
"/tmp/%p", mq_adpt);
|
||||
|
||||
attr.mq_maxmsg = queue_len;
|
||||
attr.mq_msgsize = item_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue