summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-17 22:14:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-17 22:14:42 +0000
commitaf89f05801f4525a5cca4cb1f25e48950b41e61d (patch)
tree0d8a77d15e5ba457d4f8e7f46226e8d11399ced8 /nuttx/ChangeLog
parent602e560469cf21c856cbc5913e8dd3c25aba57c1 (diff)
downloadnuttx-af89f05801f4525a5cca4cb1f25e48950b41e61d.tar.gz
nuttx-af89f05801f4525a5cca4cb1f25e48950b41e61d.tar.bz2
nuttx-af89f05801f4525a5cca4cb1f25e48950b41e61d.zip
typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2154 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 5938fe60c..617a1c264 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -909,7 +909,7 @@
* arch/arm/src/stm32/src/stm32/stm32_spi.c. Added a DMA-based SPI driver for the STM32.
* arch/arm/src/stm32/src/stm32/stm32_serial.c. Finished interrupt-drivent,
USART console driver. This makes NSH work perfectly.
- * Things left to do for the STM32 deferred to the 0.4.13 release: USB device driver,
+ * Things left to do for the STM32 deferred to the 0.4.13 release: USB device driver,
LCD driver and NX bringup on the eval board's display and MicroSD support. An SPI
driver was included in the 0.4.12 release, but is not yet tested.