From 80f779fde879ed171f6ac58bbb22cec9185ae138 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 9 Mar 2013 11:26:31 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5390 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 08d5c68f7..8d20e877e 100644 --- a/readme.txt +++ b/readme.txt @@ -87,7 +87,8 @@ *** 2.5.2 *** - FIX: Fixed surprising non-CRLF lines in source (bug 3607380). -- FIX: Fixed CAN_USE_SLEEP_MODE compilation problem (bug 3606616). +- FIX: Fixed CAN_USE_SLEEP_MODE compilation problem (bug 3606616)(backported + to 2.4.4)(backported to 2.2.10). - FIX: Fixed missing HSE bypass option for STM32F103 (bug 3606274). - FIX: Fixed misplaced brace in icu_lld.c (bug 3605832)(backported to 2.4.4). - FIX: Fixed errors in MMC_SPI driver state machine (bug 3605794).