summaryrefslogtreecommitdiff
path: root/apps/examples/nxlines/nxlines_bkgd.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-07 23:55:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-07 23:55:49 +0000
commit92ece28c9595ada48bfa172e450338a2a6b0169a (patch)
treef805d9d14b90527e71be62f3e4d030e3ba4a9281 /apps/examples/nxlines/nxlines_bkgd.c
parent53e55c149a9ce0b1b0e1d4ff650e980ce54be5aa (diff)
downloadpx4-nuttx-92ece28c9595ada48bfa172e450338a2a6b0169a.tar.gz
px4-nuttx-92ece28c9595ada48bfa172e450338a2a6b0169a.tar.bz2
px4-nuttx-92ece28c9595ada48bfa172e450338a2a6b0169a.zip
Convert configs/stm32f4discovery/nxlines to use Kconfig tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5320 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxlines/nxlines_bkgd.c')
-rw-r--r--apps/examples/nxlines/nxlines_bkgd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxlines/nxlines_bkgd.c b/apps/examples/nxlines/nxlines_bkgd.c
index 4c09519ed..9dd785605 100644
--- a/apps/examples/nxlines/nxlines_bkgd.c
+++ b/apps/examples/nxlines/nxlines_bkgd.c
@@ -316,7 +316,7 @@ void nxlines_test(NXWINDOW hwnd)
if (angle > (31 * (2 * b16PI) / 32))
{
-#ifdef CONFIG_EXAMPLES_NXLINES_BUILTIN
+#ifdef CONFIG_NSH_BUILTIN_APPS
/* If this example was built as an NSH add-on, then exit after we
* have gone all the way around once.
*/