1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-08 10:52:58 +00:00

Further reduce state.

This commit is contained in:
Thomas Harte 2023-12-27 11:25:47 -05:00
parent 3793fbd978
commit 574de0dbf3

View File

@ -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;