1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01:00

Documenting Serial.available() bug fix.

This commit is contained in:
David A. Mellis 2007-01-12 21:28:03 +00:00
parent cfeb4a3bce
commit 221b6348fe

View File

@ -51,6 +51,7 @@ UPDATES
* Patched to reduce binary sketch sizes by building the Arduino core as * Patched to reduce binary sketch sizes by building the Arduino core as
a library (.a) file. Originally written by Nicolas Roland, revised by a library (.a) file. Originally written by Nicolas Roland, revised by
Don Cross. Don Cross.
* Fixed bug in Serial.available(). Report and fix by Don Cross.
0007 - 2006.12.25 0007 - 2006.12.25