Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

error #46

Open
moghulvasa opened this issue Nov 3, 2023 · 0 comments
Open

error #46

moghulvasa opened this issue Nov 3, 2023 · 0 comments

Comments

@moghulvasa
Copy link

ssize_t BufferedSerial::write_unbuffered(const char *buf_ptr, size_t length)
{
while (!_txbuf.empty()) {
tx_irq();
}

for (size_t data_written = 0; data_written < length; data_written++) {
    SerialBase::_base_putc(*buf_ptr++);
}

return length;

}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant