mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Further reduce state.
This commit is contained in:
parent
3793fbd978
commit
574de0dbf3
@ -102,9 +102,9 @@ class Keyboard {
|
||||
// Idle,
|
||||
// } shift_state_ = ShiftState::Idle;
|
||||
|
||||
enum class State {
|
||||
Startup,
|
||||
} state_ = State::Startup;
|
||||
// enum class State {
|
||||
// Startup,
|
||||
// } state_ = State::Startup;
|
||||
|
||||
// int bit_phase_ = 0;
|
||||
// uint32_t shift_sequence_ = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user