mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 00:30:31 +00:00
Sets default level to high.
This commit is contained in:
parent
83f5f0e2ad
commit
91223b9ec8
@ -79,7 +79,7 @@ class Line {
|
|||||||
std::vector<Event> events_;
|
std::vector<Event> events_;
|
||||||
int remaining_delays_ = 0;
|
int remaining_delays_ = 0;
|
||||||
int transmission_extra_ = 0;
|
int transmission_extra_ = 0;
|
||||||
bool level_ = false;
|
bool level_ = true;
|
||||||
int clock_rate_ = 0;
|
int clock_rate_ = 0;
|
||||||
|
|
||||||
ReadDelegate *read_delegate_ = nullptr;
|
ReadDelegate *read_delegate_ = nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user