diff --git a/cores/arduino/Uart.h b/cores/arduino/Uart.h index d97ce564b0d22c96c4ff59a0080afab138c27f27..f2c439123543dcc178d820d0d17c361f6b8c5590 100644 --- a/cores/arduino/Uart.h +++ b/cores/arduino/Uart.h @@ -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();