mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Ensures an initial non-zero value.
This commit is contained in:
parent
50e954223a
commit
85cf8d89bc
@ -97,7 +97,7 @@ class IWM:
|
||||
|
||||
void propose_shift(uint8_t bit);
|
||||
Cycles cycles_since_shift_;
|
||||
Cycles bit_length_;
|
||||
Cycles bit_length_ = Cycles(16);
|
||||
|
||||
void push_drive_state();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user