summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-17 17:53:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-17 17:53:46 +0000
commit4e799e57a11f0398d1f3203a4c0deff8becf5264 (patch)
tree1d7d5bed98e69ce8b5ce7603622d078b9cd55488 /nuttx/ChangeLog
parentef08ec9fb8f731de7469b52a491677a23dd14b31 (diff)
downloadnuttx-4e799e57a11f0398d1f3203a4c0deff8becf5264.tar.gz
nuttx-4e799e57a11f0398d1f3203a4c0deff8becf5264.tar.bz2
nuttx-4e799e57a11f0398d1f3203a4c0deff8becf5264.zip
Fix uninitialized variable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1051 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 71e33e200..eca0ebe49 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -505,6 +505,6 @@
* Added LPC214x SPI1 driver to interface with MMC on mcu123.com board.
* Added a simple SPI-based MMC/SD block driver
* NSH: Add LPC214x-specific support to NSH; NSH now mounts any SD cards in the slot.
- (Now that I have large media support so many partition and FAT fixes should follow).
* FAT: Fix access to unaligned 32-bit values in partion table (start sector & size)
+ * Fixed a problem with a un-initialized variable in the USB serial driver.