From 6c8f17cbd53ae8c0bdc447da59619d6734ebae14 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 1 Jun 2008 17:50:07 +0000 Subject: examples/ostest can be executed in a loop git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@763 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z8f64200100kit/ostest/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/z8f64200100kit/ostest') diff --git a/nuttx/configs/z8f64200100kit/ostest/defconfig b/nuttx/configs/z8f64200100kit/ostest/defconfig index c7ed5aa40..1c9607175 100644 --- a/nuttx/configs/z8f64200100kit/ostest/defconfig +++ b/nuttx/configs/z8f64200100kit/ostest/defconfig @@ -312,7 +312,8 @@ CONFIG_NET_RESOLV_ENTRIES=4 # # Settings for examples/ostest -CONFIG_OSTEST_STACKSIZE=256 +CONFIG_EXAMPLES_OSTEST_LOOPS=1 +CONFIG_EXAMPLES_OSTEST_STACKSIZE=256 # # Settings for examples/nsh -- cgit v1.2.3