Skip to content

Commit 6261fb2

Browse files
Fix comment typo
Co-authored-by: Laurent Ellerbach <[email protected]>
1 parent 2b6146a commit 6261fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/ESP32/_Network/NF_ESP32_Ethernet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ esp_err_t NF_ESP32_InitialiseEthernet(uint8_t *pMacAdr)
222222
// attach Ethernet driver to TCP/IP stack
223223
ESP_ERROR_CHECK(esp_netif_attach(eth_netif, esp_eth_new_netif_glue(eth_handle)));
224224

225-
// COnfigure static address if required in config
225+
// Configure static address if required in config
226226
ESP_ERROR_CHECK(NF_ESP32_ConfigureNetworkByIndex(IDF_ETH_DEF, eth_netif));
227227

228228
// start Ethernet driver state machine

0 commit comments

Comments
 (0)