Fix issue with ARM mbed framework when abstract class breaks compile for LPC1768 // Resolve #666

This commit is contained in:
Ivan Kravets
2016-06-02 20:47:09 +03:00
parent 38967eab64
commit 0b80ed6c2b

View File

@ -28,7 +28,9 @@ PlatformIO 2.0
* Fixed issue with ARM mbed framework and multiple definition errors
on FRDM-KL46Z board
(`issue #641 <https://github.com/platformio/platformio/issues/641>`_)
* Fixed issue with ARM mbed framework when abstract class breaks compile
for LPC1768
(`issue #666 <https://github.com/platformio/platformio/issues/666>`_)
2.9.1 (2016-04-30)
~~~~~~~~~~~~~~~~~~