summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-05 14:12:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-05 14:12:41 +0000
commitdcbed0e5f864ec1a2619f13bd0cfdaf3a500a349 (patch)
tree3709e951542e610c9c9ed5554e0cc3a70a22996e /misc
parent9f8d4d940a096e2d8c7226759596dbe6509cda33 (diff)
downloadnuttx-dcbed0e5f864ec1a2619f13bd0cfdaf3a500a349.tar.gz
nuttx-dcbed0e5f864ec1a2619f13bd0cfdaf3a500a349.tar.bz2
nuttx-dcbed0e5f864ec1a2619f13bd0cfdaf3a500a349.zip
More progress on the STM32 OTG FS device driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4558 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/pascal/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/pascal/ChangeLog b/misc/pascal/ChangeLog
index 672d6d0ef..cb064a326 100644
--- a/misc/pascal/ChangeLog
+++ b/misc/pascal/ChangeLog
@@ -22,7 +22,7 @@ pascal-2.0 2009-12-21 Gregory Nutt <spudmonkey@racsa.co.cr>
stdbool.h. This change was necessary for compatibility
with NuttX-5.0 (any beyond).
-pascal-3.0 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+pascal-3.0 2010-05-15 Gregory Nutt <spudmonkey@racsa.co.cr>
* nuttx/: The Pascal add-on module now installs and builds under the
apps/interpreters directory. This means that the pascal-3.0 module is
@@ -31,7 +31,7 @@ pascal-3.0 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
pascal-3.1 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
- * nuttx/Makefile: If DIRLINK is defined, then INCDIR is not setup
- correctly and the build fails. The value of INCDIR must be
+ * nuttx/Makefile: If DIRLINK is defined, then INCDIR was not setup
+ correctly and the build failed. The value of INCDIR must be
initialized unconditionally.