reuse constant for consistency with CsvReader::processLine method implementation

This commit is contained in:
kifir 2024-04-23 16:07:32 +03:00 committed by rusefillc
parent 964e595af2
commit a734efdf87
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ private:
FILE *fp = nullptr;
char buffer[255];
bool currentState[2] = {0, 0};
bool currentState[TRIGGER_INPUT_PIN_COUNT] = {0, 0};
bool currentVvtState[CAM_INPUTS_COUNT] = {0, 0};
int m_lineIndex = -1;