summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-07 19:02:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-07 19:02:20 +0000
commitcc9d973911808c60d335cb941577fd29189e124d (patch)
treef5435edcd511c16bd53c7988d5eb4ba59f14f2ec /nuttx/ChangeLog
parent763535ae803cf1e4d625aea9736ad8bd650a7356 (diff)
downloadpx4-nuttx-cc9d973911808c60d335cb941577fd29189e124d.tar.gz
px4-nuttx-cc9d973911808c60d335cb941577fd29189e124d.tar.bz2
px4-nuttx-cc9d973911808c60d335cb941577fd29189e124d.zip
Fix timer error introduced recently
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@987 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index db031c374..d7fb24045 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -489,6 +489,7 @@
* Initial USB serial class device side driver check in (not well tested at initial checkin)
* Add LPC214x USB serial configuration; Add examples/usbserial test (still a work in progress)
* Added USB device side driver for the DM320 (untested at initial checkin)
+ * Fixed an error in a previous (post 0.3.15) check-in that broke the LPC214x system timer.