Make number of threads in barrier test configurable

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@935 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-09-18 23:42:12 +00:00
parent 5e64607995
commit 8ebfa28aa2

View File

@ -331,6 +331,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
# Settings for examples/ostest
CONFIG_EXAMPLES_OSTEST_LOOPS=1
CONFIG_EXAMPLES_OSTEST_STACKSIZE=4096
CONFIG_EXAMPLES_OSTEST_NBARRIER_THREADS=3
#
# Settings for examples/nsh