未验证 提交 360d74e4 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1612 from liu2guang/master

[BSP][RT1050] Fix the fire ethernet driver compilation bug. 
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册