mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
component/bt : use LOG_XXX instead of print
This commit is contained in:
@@ -340,7 +340,7 @@ void btu_task_post(uint32_t sig)
|
||||
evt->par = 0;
|
||||
|
||||
if (xQueueSend(xBtuQueue, &evt, 10/portTICK_RATE_MS) != pdTRUE) {
|
||||
ets_printf("xBtuQueue failed\n");
|
||||
LOG_ERROR("xBtuQueue failed\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user