1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03: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
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