Skip to content

Commit

Permalink
Squashed 'avr/cores/MCUdude_corefiles/' changes from 7705b939..74729f88
Browse files Browse the repository at this point in the history
74729f88 Remove flush

git-subtree-dir: avr/cores/MCUdude_corefiles
git-subtree-split: 74729f887f4a731d2a878468b016d049385cb2a8
  • Loading branch information
MCUdude committed Feb 27, 2020
1 parent de671f7 commit c42e00e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 c42e00e

Please sign in to comment.