From 92ece28c9595ada48bfa172e450338a2a6b0169a Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 7 Nov 2012 23:55:49 +0000 Subject: 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 --- apps/examples/nxlines/nxlines_bkgd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/nxlines/nxlines_bkgd.c') 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. */ -- cgit v1.2.3