MIMXRT1050: Update the ENET driver to use wait_us

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/12095/head
Mahesh Mahadevan 2019-10-24 13:17:44 -05:00
parent d75d9a605d
commit c538919254
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ void kinetis_init_eth_hardware(void)
/* pull up the ENET_INT before RESET. */
GPIO_WritePinOutput(GPIO1, 10, 1);
GPIO_WritePinOutput(GPIO1, 9, 0);
wait_ms(1);
wait_us(1 * 1000);
GPIO_WritePinOutput(GPIO1, 9, 1);
}