mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Introduced delay to avoid watchdog timer in throughput app
This commit is contained in:
parent
4bc762621d
commit
dbb6fddcbc
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user