From 1d33c588059d1fbe2c1055e3c81cc2f79edb1c90 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 17 Oct 2009 22:14:42 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2154 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5938fe60c8..617a1c264b 100644 --- a/ChangeLog +++ b/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.