Fix issue with ARM mbed framework and multiple definition errors on FRDM-KL46Z board // Resolve #641

This commit is contained in:
Ivan Kravets
2016-06-02 20:45:43 +03:00
parent 3ad1ad4ef1
commit 38967eab64

View File

@ -25,6 +25,10 @@ PlatformIO 2.0
* Fixed configuration data for TI LaunchPads based on msp430fr4133 and
msp430fr6989 MCUs
(`issue #676 <https://github.com/platformio/platformio/issues/676>`_)
* Fixed issue with ARM mbed framework and multiple definition errors
on FRDM-KL46Z board
(`issue #641 <https://github.com/platformio/platformio/issues/641>`_)
2.9.1 (2016-04-30)
~~~~~~~~~~~~~~~~~~