MIMXRT1050: Update the ENET driver to use wait_us

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/12562/head
Mahesh Mahadevan 2019-10-24 13:17:44 -05:00 committed by Arto Kinnunen
parent 2b9961cd8c
commit b0b8df222a
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);
}