1
0
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:
Thomas Harte
2016-09-18 10:24:09 -04:00
parent 6f0b9adc3d
commit 8c2bf099ad
2 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -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;
};
}