From 38967eab646f63adda3eebbec619d9de0a8535d8 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 2 Jun 2016 20:45:43 +0300 Subject: [PATCH] Fix issue with ARM mbed framework and multiple definition errors on FRDM-KL46Z board // Resolve #641 --- HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 34971927..af32b711 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -25,6 +25,10 @@ PlatformIO 2.0 * Fixed configuration data for TI LaunchPads based on msp430fr4133 and msp430fr6989 MCUs (`issue #676 `_) +* Fixed issue with ARM mbed framework and multiple definition errors + on FRDM-KL46Z board + (`issue #641 `_) + 2.9.1 (2016-04-30) ~~~~~~~~~~~~~~~~~~