mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ethernet: Fix typo in log message
Merges #394 https://github.com/espressif/esp-idf/pull/394
This commit is contained in:
parent
01ad387ac8
commit
5362c7ac50
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user