Skip to content

Commit

Permalink
No initialisation with "0"
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJos1220 committed Nov 13, 2024
1 parent d699605 commit f68517e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SerialFake.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct SerialFake : public StreamFake
virtual bool dtr() = 0;
virtual bool rts() = 0;

virtual void setDebugOutput(bool) = 0;
virtual void setDebugOutput(bool);
};

class SerialFakeProxy : public StreamFakeProxy, public Serial_
Expand Down

0 comments on commit f68517e

Please sign in to comment.