Skip to content

Commit a78171e

Browse files
committed
Removed redundant override
1 parent 127c2ae commit a78171e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/SerialConsole.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ class SerialConsole : public StreamAPI, public RedirectablePrint, private concur
2222
*/
2323
virtual bool handleToRadio(const uint8_t *buf, size_t len) override;
2424

25-
virtual size_t write(uint8_t c) override
26-
{
27-
// Use Unix-style line endings (LF only, not CRLF)
28-
return RedirectablePrint::write(c);
29-
}
30-
3125
virtual int32_t runOnce() override;
3226

3327
void flush();

0 commit comments

Comments
 (0)