From a985576ec456cd8533c27231bd49e537ea251113 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 13 Dec 2011 18:14:14 +0000 Subject: [PATCH] Fix error in nettest build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4170 42af7a65-404d-4744-a932-0658087f49c3 --- configs/stm3240g-eval/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stm3240g-eval/README.txt b/configs/stm3240g-eval/README.txt index 8379b2fc9f..a840e16991 100755 --- a/configs/stm3240g-eval/README.txt +++ b/configs/stm3240g-eval/README.txt @@ -452,7 +452,7 @@ Where 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: ------