diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-07 19:07:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-07 19:07:30 +0000 |
commit | 6583405cee23c86dd6c9ac77a46dbbf58077760a (patch) | |
tree | 2cf439dad960ed9e18e55523c9bad3f5ff1b5062 | |
parent | 9a365f36841c0f5a2cd18c8881bff951a37f5d7d (diff) | |
download | ChibiOS-6583405cee23c86dd6c9ac77a46dbbf58077760a.tar.gz ChibiOS-6583405cee23c86dd6c9ac77a46dbbf58077760a.tar.bz2 ChibiOS-6583405cee23c86dd6c9ac77a46dbbf58077760a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3939 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index 750854cf7..3119684e1 100644 --- a/readme.txt +++ b/readme.txt @@ -79,8 +79,8 @@ *****************************************************************************
*** 2.5.0 ***
-- FIX: Fixed missing PLL3 check in STM32F107 HAL (bug 3485278)(backported to
- 2.2.8 and 2.4.1).
+- FIX: Fixed missing PLL3 check in STM32F107 HAL (bug 3485278)(backported
+ to 2.4.1).
- FIX: Fixed ADC maximum frequency limit in STM32F2/F4 ADC drivers (bug
3484947)(backported to 2.4.1).
- FIX: Fixed various minor documentation errors (bug 3484942)(backported
|