Bläddra i källkod

Merge branch 'bugfix/throughput_watchdog_on_c6' into 'master'

Nimble: Fix watchdog timer issue in throughput app

See merge request espressif/esp-idf!24219
Roshan Bangar 2 år sedan
förälder
incheckning
2bb1e52b20

+ 1 - 0
examples/bluetooth/nimble/throughput_app/bleprph_throughput/main/main.c

@@ -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();