MCPcopy Create free account
hub / github.com/MCUdude/MiniCore / flush

Method flush

avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530void SoftwareSerial::flush()
531{
532 // There is no tx buffering, simply return
533}
534
535int SoftwareSerial::peek()
536{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected