提交 97d8f14a 编写于 作者: L luhuadong

调整缩进

上级 72fd4f04
......@@ -12,24 +12,24 @@ menu "Onboard Peripheral Drivers"
select BSP_USING_UART3
default y
config BSP_USING_ETH
bool "Enable Ethernet"
select RT_USING_LWIP
default n
config BSP_USING_ETH
bool "Enable Ethernet"
select RT_USING_LWIP
default n
if BSP_USING_ETH
choice
prompt "On-board PHY chip"
default PHY_USING_LAN8720A
if BSP_USING_ETH
choice
prompt "On-board PHY chip"
default PHY_USING_LAN8720A
config PHY_USING_LAN8720A
bool "LAN8720A"
config PHY_USING_LAN8720A
bool "LAN8720A"
config PHY_USING_DM9161CEP
bool "DM9161CEP"
config PHY_USING_DM9161CEP
bool "DM9161CEP"
endchoice
endif
endchoice
endif
endmenu
......
......@@ -12,10 +12,10 @@
void phy_reset(void)
{
/*
* The PHY reset pin of NUCLEO-F767ZI is connected to the MCU reset pin,
* so no additional reset is required.
*/
return ;
/*
* The PHY reset pin of NUCLEO-F767ZI is connected to the MCU reset pin,
* so no additional reset is required.
*/
return ;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册