summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-03 23:15:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-03 23:15:50 +0000
commita4ed011490d08b77fbdfc72b8ada8b5f068ca2e6 (patch)
tree387597d72931449e701cce530c235ad431dc7022 /nuttx/Documentation
parentff65a46c2824524b9366792ef46d9ab95a75f031 (diff)
downloadpx4-nuttx-a4ed011490d08b77fbdfc72b8ada8b5f068ca2e6.tar.gz
px4-nuttx-a4ed011490d08b77fbdfc72b8ada8b5f068ca2e6.tar.bz2
px4-nuttx-a4ed011490d08b77fbdfc72b8ada8b5f068ca2e6.zip
typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3333 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 5358f6797..a3ffa2122 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: February 25, 2011</p>
+ <p>Last Updated: March 3, 2011</p>
</td>
</tr>
</table>
@@ -970,7 +970,7 @@ tools/
This could be done manually as follows:
</p>
<ul>
- <li>Copy <code>configs/</code><i>&lt;board-name&gt;</i><code>/[</code><i>&lt;config-dir&gt;</i><code>/]Make.def</code> to <code>${TOPDIR}/Make.defs</code>,<li>
+ <li>Copy <code>configs/</code><i>&lt;board-name&gt;</i><code>/[</code><i>&lt;config-dir&gt;</i><code>/]Make.defs</code> to <code>${TOPDIR}/Make.defs</code>,<li>
<li>Copy <code>configs/</code><i>&lt;board-name&gt;</i><code>/[</code><i>&lt;config-dir&gt;</i><code>/]setenv.sh</code> to <code>${TOPDIR}/setenv.sh</code>, and</li>
<li>Copy <code>configs/</code><i>&lt;board-name&gt;</i><code>/[</code><i>&lt;config-dir&gt;</i><code>/]defconfig</code> to <code>${TOPDIR}/.config</code></li>
</ul>