auto-sync

This commit is contained in:
rusEfi 2014-11-26 16:03:18 -06:00
parent 779abec8af
commit 5f94fa9df4
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@ public:
*/ */
bool shaft_is_synchronized; bool shaft_is_synchronized;
uint64_t toothed_previous_duration; uint32_t toothed_previous_duration;
/** /**
* this could be a local variable, but it's better for debugging to have it as a field * this could be a local variable, but it's better for debugging to have it as a field
*/ */
int64_t currentDuration; uint32_t currentDuration;
uint64_t toothed_previous_time; uint64_t toothed_previous_time;
/** /**