Fix ifdef

This commit is contained in:
Jonathan Swoboda 2025-07-07 22:35:11 -04:00
parent c72489b502
commit 5e862412d8

View File

@ -339,4 +339,6 @@ esp_eth_phy_t *esp_eth_phy_new_jl1101(const eth_phy_config_t *config) {
err:
return NULL;
}
#endif /* USE_ARDUINO */
#endif /* USE_ESP32 */