STM32 Ethernet: Correct typo in conditional logic

This commit is contained in:
Neil Hancock 2016-10-01 07:32:41 -06:00 committed by Gregory Nutt
parent fd1de92016
commit ef475eb6a9

View File

@ -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) static int stm32_phyinit(FAR struct stm32_ethmac_s *priv)
{ {
#ifdef CONFIG_STM32_AUTOGEN #ifdef CONFIG_STM32_AUTONEG
volatile uint32_t timeout; volatile uint32_t timeout;
#endif #endif