From 66eeaed774217315978b4ac8890c17d671e10a95 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 9 Jun 2012 16:49:16 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4263 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 5fdacd8af..95c243c02 100644 --- a/readme.txt +++ b/readme.txt @@ -81,7 +81,7 @@ ***************************************************************************** *** 2.5.0 *** -- FIX: Fixed STM32F2 RTC subseconds (bug 3533414)(backported to 2.4.2). +- FIX: Fixed STM32F2 RTC subseconds (bug 3533414)(trunk only). - FIX: Fixed problem with arm-v6m and state checker (bug 3532591)(backported to 2.4.2). - FIX: Fixed wrong MAC divider setting in STM32 MAC driver (bug 3531290)