Skip to content

Commit 325296c

Browse files
committed
fix(eppp): Fixup the SPI
1 parent 4c0559f commit 325296c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/eppp_link/eppp_spi.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,6 @@ static esp_err_t post_attach(esp_netif_t *esp_netif, void *args)
404404

405405
ESP_RETURN_ON_ERROR(esp_netif_set_driver_config(esp_netif, &driver_ifconfig), TAG, "Failed to set driver config");
406406
ESP_LOGI(TAG, "EPPP SPI transport attached to EPPP netif %s", esp_netif_get_desc(esp_netif));
407-
// ESP_RETURN_ON_ERROR(start_driver(h), TAG, "Failed to start EPPP SPI driver");
408-
// ESP_LOGI(TAG, "EPPP Ethernet driver started");
409407
return ESP_OK;
410408
}
411409

0 commit comments

Comments
 (0)