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