summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/src
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/src')
-rw-r--r--nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h1
-rw-r--r--nuttx/configs/lm3s6965-ek/src/up_leds.c2
-rw-r--r--nuttx/configs/lm3s6965-ek/src/up_oled.c2
-rw-r--r--nuttx/configs/lm3s6965-ek/src/up_ssi.c2
4 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h b/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h
index 621f00148..8ebd4cf65 100644
--- a/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h
+++ b/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h
@@ -45,6 +45,7 @@
#include <nuttx/compiler.h>
#include "chip.h"
+#include "lm_gpio.h"
/************************************************************************************
* Definitions
diff --git a/nuttx/configs/lm3s6965-ek/src/up_leds.c b/nuttx/configs/lm3s6965-ek/src/up_leds.c
index 933c11446..efa1eb738 100644
--- a/nuttx/configs/lm3s6965-ek/src/up_leds.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_leds.c
@@ -48,7 +48,7 @@
#include "chip.h"
#include "up_arch.h"
#include "up_internal.h"
-#include "lm3s_internal.h"
+#include "lm_gpio.h"
#include "lm3s6965ek_internal.h"
/****************************************************************************
diff --git a/nuttx/configs/lm3s6965-ek/src/up_oled.c b/nuttx/configs/lm3s6965-ek/src/up_oled.c
index 586927d53..23ce7e036 100644
--- a/nuttx/configs/lm3s6965-ek/src/up_oled.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_oled.c
@@ -48,7 +48,7 @@
#include <nuttx/lcd/lcd.h>
#include <nuttx/lcd/p14201.h>
-#include "lm3s_internal.h"
+#include "lm_gpio.h"
#include "lm3s6965ek_internal.h"
/****************************************************************************
diff --git a/nuttx/configs/lm3s6965-ek/src/up_ssi.c b/nuttx/configs/lm3s6965-ek/src/up_ssi.c
index 16111fcda..b52116f14 100644
--- a/nuttx/configs/lm3s6965-ek/src/up_ssi.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_ssi.c
@@ -49,7 +49,7 @@
#include "up_arch.h"
#include "chip.h"
-#include "lm3s_internal.h"
+#include "lm_gpio.h"
#include "lm3s6965ek_internal.h"
/* The LM3S6965 Eval Kit microSD CS is on SSI0 */