From 221b6348fe07e6a42b405575ef585c38270400e9 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Fri, 12 Jan 2007 21:28:03 +0000 Subject: [PATCH] Documenting Serial.available() bug fix. --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 5dceaa063..bfb6ae07e 100644 --- a/readme.txt +++ b/readme.txt @@ -51,6 +51,7 @@ UPDATES * Patched to reduce binary sketch sizes by building the Arduino core as a library (.a) file. Originally written by Nicolas Roland, revised by Don Cross. +* Fixed bug in Serial.available(). Report and fix by Don Cross. 0007 - 2006.12.25