Correct errors in LPC17xx CAN register defines

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3773 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-07-12 13:29:44 +00:00
parent 73390c8eec
commit 4f3f2734d1
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec"> <h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i> <i>NuttX RTOS Porting Guide</i>
</font></big></h1> </font></big></h1>
<p>Last Updated: July 1, 2011</p> <p>Last Updated: July 12, 2011</p>
</td> </td>
</tr> </tr>
</table> </table>
@ -1127,6 +1127,7 @@ include/
<ul><pre> <ul><pre>
tools/ tools/
|-- Makefile.host |-- Makefile.host
|-- Makefile.export
|-- README.txt |-- README.txt
|-- configure.sh |-- configure.sh
|-- cfgparser.c |-- cfgparser.c
@ -1137,6 +1138,7 @@ tools/
|-- link.sh |-- link.sh
|-- mkconfig.c |-- mkconfig.c
|-- mkdeps.sh |-- mkdeps.sh
|-- mkexport.sh
|-- mkimage.sh |-- mkimage.sh
|-- mknulldeps.sh |-- mknulldeps.sh
|-- mkromfsimg.sh |-- mkromfsimg.sh