aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'cores/arduino/Stream.h')
-rw-r--r--cores/arduino/Stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cores/arduino/Stream.h b/cores/arduino/Stream.h
index e4fd433..78a1c07 100644
--- a/cores/arduino/Stream.h
+++ b/cores/arduino/Stream.h
@@ -59,7 +59,6 @@ class Stream : public Print
virtual int available() = 0;
virtual int read() = 0;
virtual int peek() = 0;
- virtual void flush() = 0;
Stream() {_timeout=1000;}