aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-09 16:49:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-09 16:49:16 +0000
commit66eeaed774217315978b4ac8890c17d671e10a95 (patch)
treeb01f578524c37f932ad8aef7e929f27283502e3d
parent77529edc0d133413f32b4a5660514ad0c593ebb6 (diff)
downloadChibiOS-66eeaed774217315978b4ac8890c17d671e10a95.tar.gz
ChibiOS-66eeaed774217315978b4ac8890c17d671e10a95.tar.bz2
ChibiOS-66eeaed774217315978b4ac8890c17d671e10a95.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4263 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
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)