Increase ostest stack size

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1534 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-02-28 14:23:49 +00:00
parent 2bd33dbe70
commit adf3ac8b7b
3 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -593,7 +593,7 @@ CONFIG_EXAMPLE_NETTEST_CLIENTIP=(192<<24|168<<16|0<<8|106)
#
# Settings for examples/ostest
CONFIG_EXAMPLES_OSTEST_LOOPS=1
CONFIG_EXAMPLES_OSTEST_STACKSIZE=256
CONFIG_EXAMPLES_OSTEST_STACKSIZE=2048
CONFIG_EXAMPLES_OSTEST_NBARRIER_THREADS=3
#