kopia lustrzana https://github.com/espressif/esp-idf
Introduced delay to avoid watchdog timer in throughput app
rodzic
5a9bfc1032
commit
eacbc00bb3
|
@ -210,6 +210,7 @@ notify_task(void *arg)
|
||||||
ESP_LOGE(tag, "Not enough OS_MBUFs available; reduce notify count ");
|
ESP_LOGE(tag, "Not enough OS_MBUFs available; reduce notify count ");
|
||||||
xSemaphoreGive(notify_sem);
|
xSemaphoreGive(notify_sem);
|
||||||
notify_count -= 1;
|
notify_count -= 1;
|
||||||
|
vTaskDelay(10 / portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
|
|
||||||
end_time = esp_timer_get_time();
|
end_time = esp_timer_get_time();
|
||||||
|
|
Ładowanie…
Reference in New Issue