avoiding a warning

This commit is contained in:
rusefi 2017-05-15 22:02:36 -04:00
parent 61fc847e4b
commit 24812dd9d4
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ public:
* value of 'triggerShape.getLength()' * value of 'triggerShape.getLength()'
* pre-calculating this value is a performance optimization * pre-calculating this value is a performance optimization
*/ */
int engineCycleEventCount; uint32_t engineCycleEventCount;
/** /**
* fast spark dwell time interpolation helper * fast spark dwell time interpolation helper