mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-05 00:52:14 +01:00
fd28193336
This fixes the issue Federico reported where bytes written by host but not read by sketch would cause serial connection to lock up. Ring buffer implementation is based on HardwareSerial.cpp. Adds public accept() method to CDC.