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

调整缩进

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