aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-06 16:59:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-06 16:59:45 +0000
commita1d2cc2cb43cd7b09ecf12b876fd033e871bd79f (patch)
tree0e24a41ae012e63e259e80413e551b34c2cc63c7 /apps/examples/ostest
parente99deb5c4af245a03351ed2ec021cdde3e33fbba (diff)
downloadpx4-firmware-a1d2cc2cb43cd7b09ecf12b876fd033e871bd79f.tar.gz
px4-firmware-a1d2cc2cb43cd7b09ecf12b876fd033e871bd79f.tar.bz2
px4-firmware-a1d2cc2cb43cd7b09ecf12b876fd033e871bd79f.zip
Fix apps/netutils/webclient build problem
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5317 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/ostest')
-rw-r--r--apps/examples/ostest/Kconfig2
1 files changed, 0 insertions, 2 deletions
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