summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttShell.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-06 21:00:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-06 21:00:48 +0000
commitf8523254d0c4584e1a56d835ab0af9e8a8625c4b (patch)
tree765ebc200ed841447879eaeb06f8ad02706c5428 /nuttx/Documentation/NuttShell.html
parentca6a50135e04d530ddf75b38f7fff1081ced6de4 (diff)
downloadpx4-nuttx-f8523254d0c4584e1a56d835ab0af9e8a8625c4b.tar.gz
px4-nuttx-f8523254d0c4584e1a56d835ab0af9e8a8625c4b.tar.bz2
px4-nuttx-f8523254d0c4584e1a56d835ab0af9e8a8625c4b.zip
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
Diffstat (limited to 'nuttx/Documentation/NuttShell.html')
-rw-r--r--nuttx/Documentation/NuttShell.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index 693105166..73bb1bf65 100644
--- a/nuttx/Documentation/NuttShell.html
+++ b/nuttx/Documentation/NuttShell.html
@@ -1497,7 +1497,7 @@ ping [-c &lt;count&gt;] [-i &lt;interval&gt;] &lt;ip-address&gt;
Test the network communication with a remote peer. Example,
</p>
<ul><pre>
-nsh&gt; 10.0.0.1
+nsh&gt; ping 10.0.0.1
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=2 time=0 ms