aboutsummaryrefslogtreecommitdiff
path: root/apps/interpreters
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-14 20:22:48 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-14 20:22:48 +0000
commit5868e1dc923d4b066a0eb6a2ce61f0a3e9190540 (patch)
tree5e029bfe0e09ca46b3a8ab206776255f6c936c63 /apps/interpreters
parent585a7030150e7b153f53fe4ea2e186d33efe5896 (diff)
downloadpx4-firmware-5868e1dc923d4b066a0eb6a2ce61f0a3e9190540.tar.gz
px4-firmware-5868e1dc923d4b066a0eb6a2ce61f0a3e9190540.tar.bz2
px4-firmware-5868e1dc923d4b066a0eb6a2ce61f0a3e9190540.zip
More Kconfig updates
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4610 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/interpreters')
-rw-r--r--apps/interpreters/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/Kconfig b/apps/interpreters/Kconfig
index db5b5ff35..34cbf2eee 100644
--- a/apps/interpreters/Kconfig
+++ b/apps/interpreters/Kconfig
@@ -5,7 +5,7 @@
comment "Interpreters"
-source "$APPSDIR/interprets/hello/Kconfig"
+source "$APPSDIR/interpreters/ficl/Kconfig"
config PCODE
bool "Pascal p-code interpreter"