unused variable

This commit is contained in:
folkert van heusden 2022-04-11 14:39:18 +02:00
parent ab1cf139dc
commit cbce4579aa

1
tty.h
View file

@ -25,7 +25,6 @@ private:
bool have_char_1 { false }; // RCVR BUSY bit high (11) bool have_char_1 { false }; // RCVR BUSY bit high (11)
bool have_char_2 { false }; // RCVR DONE bit high (7) bool have_char_2 { false }; // RCVR DONE bit high (7)
uint16_t registers[4] { 0 }; uint16_t registers[4] { 0 };
bool withUI { false };
public: public:
tty(console *const c); tty(console *const c);