Explorar el Código

Update test_emac.c

Test of uninstall driver always return ESP_OK (IDFGH-6177) #7854
lisekt84 hace 4 años
padre
commit
474073c0a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;