From 7e6b563be04bf76ffedf20c8bcd4f0e946875007 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 6 Jun 2011 17:53:43 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3033 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index a223679d1..e2878c4bb 100644 --- a/readme.txt +++ b/readme.txt @@ -75,7 +75,7 @@ to 2.2.6). - FIX: Fixed wrong macro definition in ARMv6-M architecture files (bug 3310084). -- NEW: FatFs demo for the STM32F103ZG using the SDC driver (untested). +- NEW: FatFs demo for the STM32F103ZG using the SDC driver. - NEW: Now the STM32 SDC driver supports unaligned buffers transparently. Optimized the driver for single block read and write operations. Optimized the driver state machine.