Skip to content
Snippets Groups Projects
Commit 41f8bf45 authored by Cristian Maglie's avatar Cristian Maglie Committed by Cristian Maglie
Browse files

Uart now imports default write functions from Stream

parent 7ade600b
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ class Uart : public HardwareSerial
int read();
void flush();
size_t write(const uint8_t data);
using Print::write; // pull in write(str) and write(buf, size) from Print
void IrqHandler();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment