9
0
Fork 0

Added notification signal

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1354 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-11-29 20:17:47 +00:00
parent ecba576e1a
commit 5a15eb00e9
1 changed files with 3 additions and 0 deletions

View File

@ -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 ********************************************************************/