summaryrefslogtreecommitdiff
path: root/nuttx/examples/nx/nx_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/nx/nx_server.c')
-rw-r--r--nuttx/examples/nx/nx_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/examples/nx/nx_server.c b/nuttx/examples/nx/nx_server.c
index f983fa2bf..1ac3258aa 100644
--- a/nuttx/examples/nx/nx_server.c
+++ b/nuttx/examples/nx/nx_server.c
@@ -51,7 +51,7 @@
#include <nuttx/nx.h>
#include "nx_internal.h"
-#if defined(CONFIG_NXGRAPHICS) && defined(CONFIG_NX_MULTIUSER)
+#ifdef CONFIG_NX_MULTIUSER
/****************************************************************************
* Definitions
@@ -106,4 +106,4 @@ int nx_servertask(int argc, char *argv[])
return 3;
}
-#endif \ No newline at end of file
+#endif /* CONFIG_NX_MULTIUSER */ \ No newline at end of file