mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 17:16:44 +00:00
Cut down to one GCD and clarified variable names, getting more explicit about what's going on.
This commit is contained in:
@@ -89,8 +89,8 @@ namespace Storage {
|
||||
private:
|
||||
unsigned int _input_clock_rate;
|
||||
int _cycles_until_event;
|
||||
Time _subcycles_until_event;
|
||||
Time _event_interval;
|
||||
Time _error;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user