mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-14 14:07:54 +00:00
NimBLE: Updated debug level for a print to avoid unwanted console log.
This commit is contained in:
committed by
Abhinav Kudnar
parent
aa7ebc920d
commit
2dd0a02c3a
@@ -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