We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b3290 commit 0e1f5c2Copy full SHA for 0e1f5c2
cores/arduino/ard_sup/ard_supers/HardwareSerial.h
@@ -68,6 +68,7 @@ class HardwareSerial : public Stream
68
virtual int read(void) = 0;
69
virtual void flush(void) = 0;
70
virtual size_t write(uint8_t) = 0;
71
+ using Print::write; // pull in write(str) and write(buf, size) from Print
72
virtual operator bool() = 0;
73
};
74
0 commit comments