mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 11:50:50 +00:00
STM32 Ethernet: Correct typo in conditional logic
This commit is contained in:
parent
fd1de92016
commit
ef475eb6a9
1 changed files with 1 additions and 1 deletions
|
|
@ -3278,7 +3278,7 @@ static inline int stm32_dm9161(FAR struct stm32_ethmac_s *priv)
|
|||
|
||||
static int stm32_phyinit(FAR struct stm32_ethmac_s *priv)
|
||||
{
|
||||
#ifdef CONFIG_STM32_AUTOGEN
|
||||
#ifdef CONFIG_STM32_AUTONEG
|
||||
volatile uint32_t timeout;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue