Browse Source

Merge pull request #1612 from liu2guang/master

[BSP][RT1050] Fix the fire ethernet driver compilation bug.
Bernard Xiong 7 years ago
parent
commit
360d74e451
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/imxrt1052-evk/drivers/drv_eth_fire.c

+ 1 - 1
bsp/imxrt1052-evk/drivers/drv_eth_fire.c

@@ -319,7 +319,7 @@ static void _enet_io_init(void)
 
 static void _enet_clk_init(void)
 {
-    const clock_enet_pll_config_t config = {true, false, false, 1, 1};
+    const clock_enet_pll_config_t config = {true, false, 1};
     CLOCK_InitEnetPll(&config);
 
     IOMUXC_EnableMode(IOMUXC_GPR, kIOMUXC_GPR_ENET1TxClkOutputDir, true);