Skip to content

Commit f68517e

Browse files
committed
No initialisation with "0"
1 parent d699605 commit f68517e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SerialFake.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct SerialFake : public StreamFake
2929
virtual bool dtr() = 0;
3030
virtual bool rts() = 0;
3131

32-
virtual void setDebugOutput(bool) = 0;
32+
virtual void setDebugOutput(bool);
3333
};
3434

3535
class SerialFakeProxy : public StreamFakeProxy, public Serial_

0 commit comments

Comments
 (0)