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