fix(eppp): Fixed strict prototype API decl issue in SDIO

This commit is contained in:
David Cermak
2024-06-24 11:49:40 +02:00
parent d7eaa77b89
commit eb09e42638
2 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@ esp_err_t eppp_sdio_slave_rx(esp_netif_t *netif)
return ESP_ERR_NOT_SUPPORTED;
}
void eppp_sdio_slave_deinit()
void eppp_sdio_slave_deinit(void)
{
}