fix: inconsistent type on revolutionTime (#1228)
This commit is contained in:
parent
3921610a46
commit
fc5397b5a7
|
@ -524,7 +524,7 @@ extern byte triggerInterrupt3;
|
|||
extern byte fpPrimeTime; //The time (in seconds, based on currentStatus.secl) that the fuel pump started priming
|
||||
extern uint8_t softLimitTime; //The time (in 0.1 seconds, based on seclx10) that the soft limiter started
|
||||
extern volatile uint16_t mainLoopCount;
|
||||
extern unsigned long revolutionTime; //The time in uS that one revolution would take at current speed (The time tooth 1 was last seen, minus the time it was seen prior to that)
|
||||
extern uint32_t revolutionTime; //The time in uS that one revolution would take at current speed (The time tooth 1 was last seen, minus the time it was seen prior to that)
|
||||
extern volatile unsigned long timer5_overflow_count; //Increments every time counter 5 overflows. Used for the fast version of micros()
|
||||
extern volatile unsigned long ms_counter; //A counter that increments once per ms
|
||||
extern uint16_t fixedCrankingOverride;
|
||||
|
|
Loading…
Reference in New Issue