From 94a182e8419ce45ddeecdbba2dc67ebc6a31ab42 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 29 May 2015 18:12:05 +0200 Subject: [PATCH] update revisions log --- build/shared/revisions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 23ca437fc..179e9e061 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -27,6 +27,7 @@ ARDUINO 1.6.5 * SAM: added watchdog routine for Due. Thanks @bobc * AVR+SAM: reworked pulseIn() function to become GCC agnostic * AVR+SAM: added pulseInLong() (based on micros()) to help getting good results in interrupt-prone environments +* AVR: fixed regression in HardwareSerial.flush(). Thanks @chromhelm ARDUINO 1.6.4 - 2015.05.06