summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s8962-ek/src/up_ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s8962-ek/src/up_ethernet.c')
-rw-r--r--nuttx/configs/lm3s8962-ek/src/up_ethernet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/lm3s8962-ek/src/up_ethernet.c b/nuttx/configs/lm3s8962-ek/src/up_ethernet.c
index bc20ea0f1..620231330 100644
--- a/nuttx/configs/lm3s8962-ek/src/up_ethernet.c
+++ b/nuttx/configs/lm3s8962-ek/src/up_ethernet.c
@@ -49,9 +49,10 @@
#include "up_arch.h"
#include "chip.h"
+#include "tiva_ethernet.h"
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/************************************************************************************