Missed file from last commit

This commit is contained in:
Josh Stewart 2021-03-02 13:53:15 +11:00
parent fd52de49d6
commit 3ab898f5dd
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ bool previousClutchTrigger;
volatile uint32_t toothHistory[TOOTH_LOG_BUFFER];
volatile uint8_t compositeLogHistory[TOOTH_LOG_BUFFER];
volatile bool fpPrimed = false; //Tracks whether or not the fuel pump priming has been completed yet
volatile bool injPrimed = false; //Tracks whether or not the fuel pump priming has been completed yet
volatile unsigned int toothHistoryIndex = 0;
volatile byte toothHistorySerialIndex = 0;
unsigned long currentLoopTime; /**< The time (in uS) that the current mainloop started */