mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
ethernet: Fix typo in log message
Merges #394 https://github.com/espressif/esp-idf/pull/394
This commit is contained in:
@@ -86,7 +86,7 @@ void emac_reset(void)
|
|||||||
|
|
||||||
while (REG_GET_BIT(EMAC_DMABUSMODE_REG, EMAC_SW_RST) == 1) {
|
while (REG_GET_BIT(EMAC_DMABUSMODE_REG, EMAC_SW_RST) == 1) {
|
||||||
//nothing to do ,if stop here,maybe emac have not clk input.
|
//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");
|
ESP_LOGI(TAG, "emac reset done");
|
||||||
|
Reference in New Issue
Block a user