git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6903 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2014-05-02 10:05:05 +00:00
parent bf743808c5
commit 3b7d4e76af
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@
*****************************************************************************
*** 2.7.0 ***
- FIX: Fixed configuration descriptors larger than 127 bytes don't
work (bug #373)(backported to 2.6.4).
- FIX: Fixed invalid cast in PWM_FRACTION_TO_WIDTH() macro (bug #487)
(backported to 2.4.6 and 2.6.4).
- FIX: Fixed wrong STM32 TIM9 clock source in PWM and ICU drivers (bug #486)