From a1d2cc2cb43cd7b09ecf12b876fd033e871bd79f Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 6 Nov 2012 16:59:45 +0000 Subject: Fix apps/netutils/webclient build problem git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5317 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/ostest/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/examples/ostest') diff --git a/apps/examples/ostest/Kconfig b/apps/examples/ostest/Kconfig index 3c64dc0c6..c3fe8f21d 100644 --- a/apps/examples/ostest/Kconfig +++ b/apps/examples/ostest/Kconfig @@ -43,7 +43,6 @@ config EXAMPLES_OSTEST_RR_RANGE int "Round-robin test - end of search range" default 10000 range 1 32767 - depends on RR_INTERVAL > 0 ---help--- During round-robin scheduling test two threads are created. Each of the threads searches for prime numbers in the configurable range, doing that configurable @@ -57,7 +56,6 @@ config EXAMPLES_OSTEST_RR_RUNS int "Round-robin test - number of runs" default 10 range 1 32767 - depends on RR_INTERVAL > 0 ---help--- During round-robin scheduling test two threads are created. Each of the threads searches for prime numbers in the configurable range, doing that configurable -- cgit v1.2.3