This is an automated email from the ASF dual-hosted git repository. protobits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit dcf32363c246c0d98bdf4966e805fe3f64302cd1 Author: Adam Feuer <[email protected]> AuthorDate: Fri Sep 4 14:34:52 2020 -0700 fixed copy-paste error in sim --- Documentation/guides/simulator.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Documentation/guides/simulator.rst b/Documentation/guides/simulator.rst index b1a2a0e..1cbfbe4 100644 --- a/Documentation/guides/simulator.rst +++ b/Documentation/guides/simulator.rst @@ -25,14 +25,6 @@ Compiling Here we'll use the ``sim:nsh`` basic NuttX Shell configuration. - Here we'll use the ``sim:tcpblaster`` configuration because it comes with networking - that is ready to use. - - .. code-block:: console - - $ cd nuttx - $ ./tools/configure.sh sim:tcpblaster - .. code-block:: console $ cd nuttx
