mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-16 05:27:43 +00:00
Sets default level to high.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user