summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/tiva_ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/tiva/tiva_ethernet.h')
-rw-r--r--nuttx/arch/arm/src/tiva/tiva_ethernet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/tiva/tiva_ethernet.h b/nuttx/arch/arm/src/tiva/tiva_ethernet.h
index af02f3407..b4a89932e 100644
--- a/nuttx/arch/arm/src/tiva/tiva_ethernet.h
+++ b/nuttx/arch/arm/src/tiva/tiva_ethernet.h
@@ -44,7 +44,7 @@
#include "chip.h"
-#if LM_NETHCONTROLLERS > 1
+#if TIVA_NETHCONTROLLERS > 1
/************************************************************************************
* Pre-processor Definitions
@@ -99,5 +99,5 @@ int tiva_ethinitialize(int intf);
#endif
#endif /* __ASSEMBLY__ */
-#endif /* LM_NETHCONTROLLERS > 1 */
+#endif /* TIVA_NETHCONTROLLERS > 1 */
#endif /* __ARCH_ARM_SRC_TIVA_TIVA_ETHERNET_H */