aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-18 07:18:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-18 07:18:20 +0000
commitc88c5882d1e10d22a27e4c48ee65bebaa5592e20 (patch)
treef3fc4182054055e5e9d62afce6df5d5753a250f8 /readme.txt
parentb7e7258008897b11c6c8bbdc3220a49f3eaed949 (diff)
downloadChibiOS-c88c5882d1e10d22a27e4c48ee65bebaa5592e20.tar.gz
ChibiOS-c88c5882d1e10d22a27e4c48ee65bebaa5592e20.tar.bz2
ChibiOS-c88c5882d1e10d22a27e4c48ee65bebaa5592e20.zip
Fixed bug 3089567.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2267 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index cb59ba980..a4b750d84 100644
--- a/readme.txt
+++ b/readme.txt
@@ -63,6 +63,7 @@
*****************************************************************************
*** 2.1.2 ***
+- FIX: Fixed typo in memstreams.h (bug 3089567)(backported to 2.0.6).
- FIX: Fixed wrong macro check in LPC214x and AT91SAM7 serial drivers (bug
3088776)(backported to 2.0.6).
- FIX: Fixed non functioning option SPI_USE_MUTUAL_EXCLUSION=FALSE (bug