summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-01 16:32:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-01 16:32:03 +0000
commit198e28f071a6c2e5ccb54d97105c85d1f3936b18 (patch)
tree4dc94308db9e0159e012ad7fb9241a62bcc81db3 /nuttx/configs
parent6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d (diff)
downloadpx4-nuttx-198e28f071a6c2e5ccb54d97105c85d1f3936b18.tar.gz
px4-nuttx-198e28f071a6c2e5ccb54d97105c85d1f3936b18.tar.bz2
px4-nuttx-198e28f071a6c2e5ccb54d97105c85d1f3936b18.zip
Add one to internal result of random number generator to avoid the value zero, from Freddie Chopin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5404 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sim/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index c8bcb2cd7..032bb39b8 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -389,7 +389,7 @@ nx11
NOTES:
- 1. If you do not have the call to sim_tcinitializE(0), the build
+ 1. If you do not have the call to sim_tcinitialize(0), the build
will mysteriously fail claiming that is can't find up_tcenter()
and up_tcleave(). That is a consequence of the crazy way that
the simulation is built and can only be eliminated by calling