Fixed bug 3578944.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4770 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-10-21 17:28:29 +00:00
parent 2c073b312c
commit fb76a6da61
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@
*****************************************************************************
*** 2.5.1 ***
- FIX: Fixed various typos and wrong limits in the STM32F4/F2 HAL driver
(bug 3578944)(backported to 2.4.3).
- FIX: Fixed ARM CMx crt0.c fails at low optimization levels (bug 3578927)
(backported to 2.4.3).
- FIX: Fixed compilation issue in chregistry.c (bug 3576776).