mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
eth2ap: Fix eth2ap example crash issue
Closes https://github.com/espressif/esp-idf/issues/7260
This commit is contained in:
@@ -242,7 +242,6 @@ void app_main()
|
||||
ESP_ERROR_CHECK(ret);
|
||||
ESP_ERROR_CHECK(esp_event_loop_create_default());
|
||||
ESP_ERROR_CHECK(initialize_flow_control());
|
||||
|
||||
initialize_ethernet();
|
||||
initialize_wifi();
|
||||
initialize_ethernet();
|
||||
}
|
||||
|
Reference in New Issue
Block a user