Ver Fonte

Merge branch 'bugfix/esp_eth_test_deinit' into 'master'

esp_eth: Update test_emac.c (GitHub PR)

Closes IDFGH-6178 and IDFGH-6177

See merge request espressif/esp-idf!15873
David Čermák há 4 anos atrás
pai
commit
f788c337b1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      components/esp_eth/test/test_emac.c

+ 1 - 1
components/esp_eth/test/test_emac.c

@@ -87,7 +87,7 @@ static esp_err_t test_uninstall_driver(esp_eth_handle_t eth_hdl, uint32_t ms_to_
             break;
         }
     }
-    if (i < ms_to_wait / 10) {
+    if (i < ms_to_wait / 100) {
         return ESP_OK;
     } else {
         return ESP_FAIL;