unused variable
This commit is contained in:
parent
ab1cf139dc
commit
cbce4579aa
1 changed files with 0 additions and 1 deletions
1
tty.h
1
tty.h
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue