summaryrefslogtreecommitdiff
path: root/nuttx/examples/nx/nx_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-29 20:17:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-29 20:17:47 +0000
commit94d258fa0bd1b8fd72ed3e929df28229934c1c52 (patch)
tree0639c08e78ef9969eec5740ab9e62a3a0f5b9cfe /nuttx/examples/nx/nx_internal.h
parentf8d92a55e489e330c3b1b9a91f3607439ba9fa13 (diff)
downloadpx4-nuttx-94d258fa0bd1b8fd72ed3e929df28229934c1c52.tar.gz
px4-nuttx-94d258fa0bd1b8fd72ed3e929df28229934c1c52.tar.bz2
px4-nuttx-94d258fa0bd1b8fd72ed3e929df28229934c1c52.zip
Added notification signal
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1354 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/nx/nx_internal.h')
-rw-r--r--nuttx/examples/nx/nx_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/examples/nx/nx_internal.h b/nuttx/examples/nx/nx_internal.h
index b01fa5db6..fa3120906 100644
--- a/nuttx/examples/nx/nx_internal.h
+++ b/nuttx/examples/nx/nx_internal.h
@@ -82,6 +82,9 @@
# ifndef CONFIG_EXAMPLES_NX_SERVERPRIO
# define CONFIG_EXAMPLES_NX_SERVERPRIO 100
# endif
+# ifndef CONFIG_EXAMPLES_NX_NOTIFYSIGNO
+# define CONFIG_EXAMPLES_NX_NOTIFYSIGNO 4
+# endif
#endif
/* Debug ********************************************************************/