From 7b1858a5ce111212e4db316311eaee9831ad3548 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 18 Nov 2015 20:08:27 +0200 Subject: [PATCH] Fix compilation error `TWI_Disable not declared` for Arduino Due board // Issue #329 --- HISTORY.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index b559f1a4..5bae60f3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -31,7 +31,9 @@ PlatformIO 2.0 executable (`issue #326 `_) * Fixed empty list with serial ports on Mac OS X - (`issue #294 `_) + (`isge #294 `_) +* Fixed compilation error ``TWI_Disable not declared`` for Arduino Due board + (`issue #329 `_) 2.3.4 (2015-10-13) ~~~~~~~~~~~~~~~~~~