mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
NimBLE: Updated debug level for a print to avoid unwanted console log.
This commit is contained in:
@@ -770,7 +770,7 @@ IRAM_ATTR npl_freertos_callout_deinit(struct ble_npl_callout *co)
|
||||
|
||||
#if CONFIG_BT_NIMBLE_USE_ESP_TIMER
|
||||
if(esp_timer_stop(callout->handle))
|
||||
ESP_LOGW(TAG, "Timer not stopped");
|
||||
ESP_LOGD(TAG, "Timer not stopped");
|
||||
|
||||
if(esp_timer_delete(callout->handle))
|
||||
ESP_LOGW(TAG, "Timer not deleted");
|
||||
|
||||
Reference in New Issue
Block a user