| 127 | // Note: printf() is now implemented as an inline template in serial.h |
| 128 | |
| 129 | bool SerialPort::flush(u32 timeoutMs) { |
| 130 | return fl::flush(timeoutMs); |
| 131 | } |
| 132 | |
| 133 | SerialPort::operator bool() const { |
| 134 | return fl::serial_ready(); |
no test coverage detected