Set appropriate type for fixed cranking additional dwell
This commit is contained in:
parent
fca0a7ecbd
commit
7c909f021e
|
@ -95,7 +95,7 @@ volatile int mainLoopCount;
|
|||
byte deltaToothCount = 0; //The last tooth that was used with the deltaV calc
|
||||
int rpmDelta;
|
||||
byte ignitionCount;
|
||||
byte fixedCrankingOverride = 0;
|
||||
uint16_t fixedCrankingOverride = 0;
|
||||
bool clutchTrigger;
|
||||
bool previousClutchTrigger;
|
||||
|
||||
|
|
Loading…
Reference in New Issue