ethernet: Fix typo in log message

Merges #394 https://github.com/espressif/esp-idf/pull/394
pull/264/merge
rudi ;-) 2017-03-02 23:41:18 +01:00 zatwierdzone przez Angus Gratton
rodzic 01ad387ac8
commit 5362c7ac50
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -86,7 +86,7 @@ void emac_reset(void)
while (REG_GET_BIT(EMAC_DMABUSMODE_REG, EMAC_SW_RST) == 1) {
//nothing to do ,if stop here,maybe emac have not clk input.
ESP_LOGI(TAG, "emac reseting ....");
ESP_LOGI(TAG, "emac resetting ....");
}
ESP_LOGI(TAG, "emac reset done");