Skip to content

Commit

Permalink
Update corefiles
Browse files Browse the repository at this point in the history
Merge commit 'c42e00e983263bc64f318739bdd1b2eab37a80a2'
  • Loading branch information
MCUdude committed Feb 27, 2020
2 parents 72eaa36 + c42e00e commit b51cbb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion avr/cores/MCUdude_corefiles/Stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;}

Expand Down

0 comments on commit b51cbb3

Please sign in to comment.