Browse Source

[BSP][RT1050] Fix the fire ethernet driver compilation bug. | 修复野火以太网驱动编译BUG.

liu2guang 7 years ago
parent
commit
a341a622ce
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)
 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);
     CLOCK_InitEnetPll(&config);
 
 
     IOMUXC_EnableMode(IOMUXC_GPR, kIOMUXC_GPR_ENET1TxClkOutputDir, true);
     IOMUXC_EnableMode(IOMUXC_GPR, kIOMUXC_GPR_ENET1TxClkOutputDir, true);