mirror of https://github.com/ARMmbed/mbed-os.git
MIMXRT1050: Update the ENET driver to use wait_us
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>pull/12095/head
parent
d75d9a605d
commit
c538919254
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue