mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Nimble : updated debug level for a print to avoid unwanted console log.
This commit is contained in:
parent
140b7d792b
commit
05863cb267
@ -1 +1 @@
|
||||
Subproject commit 9bcd57d5fa1164073dc1578abce653356c5a4608
|
||||
Subproject commit b82f26989365f15c67f229f6bd6090080cfd228e
|
@ -765,7 +765,7 @@ IRAM_ATTR npl_freertos_callout_deinit(struct ble_npl_callout *co)
|
||||
esp_err_t err = esp_timer_stop(callout->handle);
|
||||
if(err != ESP_OK) {
|
||||
if (err != ESP_ERR_INVALID_STATE) { // ESP_ERR_INVALID_STATE is expected when timer is already stopped
|
||||
ESP_LOGW(TAG, "Timer not stopped");
|
||||
ESP_LOGD(TAG, "Timer not stopped");
|
||||
}
|
||||
}
|
||||
err = esp_timer_delete(callout->handle);
|
||||
|
Loading…
x
Reference in New Issue
Block a user