mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'bugfix/throughput_watchdog_on_c6_v5.1' into 'release/v5.1'
Nimble: Fix watchdog timer issue in throughput app (v5.1) See merge request espressif/esp-idf!24266
This commit is contained in:
@@ -210,6 +210,7 @@ notify_task(void *arg)
|
||||
ESP_LOGE(tag, "Not enough OS_MBUFs available; reduce notify count ");
|
||||
xSemaphoreGive(notify_sem);
|
||||
notify_count -= 1;
|
||||
vTaskDelay(10 / portTICK_PERIOD_MS);
|
||||
}
|
||||
|
||||
end_time = esp_timer_get_time();
|
||||
|
Reference in New Issue
Block a user