summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-04 00:00:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-04 00:00:19 +0000
commit613f281fc9e425b18eca5c9db333a62068a3cacc (patch)
treea65a4216e038127a89bc3fabe69741f6a2e17322 /nuttx/configs/olimex-lpc1766stk
parentd9ac685b16bf68a3b66996ea43d6d345159f2208 (diff)
downloadpx4-nuttx-613f281fc9e425b18eca5c9db333a62068a3cacc.tar.gz
px4-nuttx-613f281fc9e425b18eca5c9db333a62068a3cacc.tar.bz2
px4-nuttx-613f281fc9e425b18eca5c9db333a62068a3cacc.zip
Fix for compilation issues reported by Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5702 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/ftpc/appconfig3
-rw-r--r--nuttx/configs/olimex-lpc1766stk/src/up_lcd.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/ftpc/appconfig b/nuttx/configs/olimex-lpc1766stk/ftpc/appconfig
index 41b612b3e..21aff6538 100644
--- a/nuttx/configs/olimex-lpc1766stk/ftpc/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/ftpc/appconfig
@@ -47,9 +47,10 @@ CONFIGURED_APPS += system/readline
CONFIGURED_APPS += nshlib
CONFIGURED_APPS += netutils/ftpc
-# Optional networking support
+# Additional networking support
CONFIGURED_APPS += netutils/uiplib
+CONFIGURED_APPS += netutils/resolv
ifeq ($(CONFIG_NSH_TELNET),y)
CONFIGURED_APPS += netutils/telnetd
diff --git a/nuttx/configs/olimex-lpc1766stk/src/up_lcd.c b/nuttx/configs/olimex-lpc1766stk/src/up_lcd.c
index 4e4c94856..24ee83f51 100644
--- a/nuttx/configs/olimex-lpc1766stk/src/up_lcd.c
+++ b/nuttx/configs/olimex-lpc1766stk/src/up_lcd.c
@@ -50,8 +50,8 @@
#include <nuttx/lcd/nokia6100.h>
#include "up_arch.h"
-#include "lpc17_syscon.h"
-#include "lpc17_pwm.h"
+#include "chip/lpc17_syscon.h"
+#include "chip/lpc17_pwm.h"
#include "lpc17_gpio.h"
#include "lpc1766stk_internal.h"