diff --git a/ethernet_bridge/bsp_net_ether_gem.c b/ethernet_bridge/bsp_net_ether_gem.c index c3e93c5c..e471bcc4 100644 --- a/ethernet_bridge/bsp_net_ether_gem.c +++ b/ethernet_bridge/bsp_net_ether_gem.c @@ -267,7 +267,7 @@ static void BSP_NetEther_CfgClk(NET_IF *p_if, RTOS_ASSERT_CRITICAL(((CMU->STATUS & CMU_STATUS_HFXORDY) != 0), RTOS_ERR_INVALID_CFG,; ); #if (BSP_ETH_PHY_MODE_CONFIG == NET_PHY_BUS_MODE_RMII) - // Send 50 MHz HFXO to PHY via PD10 + // Send 50 MHz HFXO to PHY via PA3 GPIO_PinModeSet(gpioPortA, 3, gpioModePushPull, 0); CMU->CTRL |= CMU_CTRL_CLKOUTSEL2_HFXO; CMU->ROUTELOC0 = CMU_ROUTELOC0_CLKOUT2LOC_LOC4; diff --git a/templates.xml b/templates.xml index 284955fc..9cca6a74 100644 --- a/templates.xml +++ b/templates.xml @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ - +