aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-05 14:12:41 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-05 14:12:41 +0000
commitcb1591528ff58b51dd3e6afe900227873c443893 (patch)
tree3709e951542e610c9c9ed5554e0cc3a70a22996e /misc
parent1758844830c72c7fe7e86ee139541c4bdb27e907 (diff)
downloadpx4-firmware-cb1591528ff58b51dd3e6afe900227873c443893.tar.gz
px4-firmware-cb1591528ff58b51dd3e6afe900227873c443893.tar.bz2
px4-firmware-cb1591528ff58b51dd3e6afe900227873c443893.zip
More progress on the STM32 OTG FS device driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4558 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.