summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-13 18:14:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-13 18:14:14 +0000
commit80c5e02241fa0e4275079f45f45372795a3474dd (patch)
treef85f3f28fae9fb8edfe9695c5ba23a17029f5a0a /nuttx/configs/stm3240g-eval/README.txt
parentff4f68ec939e07de62e745dcce3536f19c7690f4 (diff)
downloadpx4-nuttx-80c5e02241fa0e4275079f45f45372795a3474dd.tar.gz
px4-nuttx-80c5e02241fa0e4275079f45f45372795a3474dd.tar.bz2
px4-nuttx-80c5e02241fa0e4275079f45f45372795a3474dd.zip
Fix error in nettest build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4170 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3240g-eval/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index 8379b2fc9..a840e1699 100755
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -452,7 +452,7 @@ Where <subdir> is one of the following:
CONFIG_EXAMPLE_NETTEST_PERFORMANCE=y : Only network performance is verified.
CONFIG_EXAMPLE_NETTEST_IPADDR=(10<<24|0<<16|0<<8|2) : Target side is IP: 10.0.0.2
CONFIG_EXAMPLE_NETTEST_DRIPADDR=(10<<24|0<<16|0<<8|1) : Host side is IP: 10.0.0.1
- CONFIG_EXAMPLE_NETTEST_CLIENTIP=(10<<24|0<<16|0<<8|1) : Server add
+ CONFIG_EXAMPLE_NETTEST_CLIENTIP=(10<<24|0<<16|0<<8|1) : Server address used by which ever is client.
ostest:
------