Fix a error the the STM32 I2C timeout logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3940 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
148ee045dd
commit
e92ed62ae8
|
@ -1497,7 +1497,7 @@ ping [-c <count>] [-i <interval>] <ip-address>
|
||||||
Test the network communication with a remote peer. Example,
|
Test the network communication with a remote peer. Example,
|
||||||
</p>
|
</p>
|
||||||
<ul><pre>
|
<ul><pre>
|
||||||
nsh> 10.0.0.1
|
nsh> ping 10.0.0.1
|
||||||
PING 10.0.0.1 56 bytes of data
|
PING 10.0.0.1 56 bytes of data
|
||||||
56 bytes from 10.0.0.1: icmp_seq=1 time=0 ms
|
56 bytes from 10.0.0.1: icmp_seq=1 time=0 ms
|
||||||
56 bytes from 10.0.0.1: icmp_seq=2 time=0 ms
|
56 bytes from 10.0.0.1: icmp_seq=2 time=0 ms
|
||||||
|
|
Loading…
Reference in New Issue