refactoring

This commit is contained in:
Andrey 2021-12-07 17:00:42 -05:00
parent c793b19538
commit 1d52e84e35
1 changed files with 1 additions and 3 deletions

View File

@ -58,9 +58,7 @@ void CsvReader::processLine(EngineTestHelper *eth) {
Engine *engine = &eth->engine;
const char s[2] = ",";
char *line = buffer;
char *timeStampstr = trim(strtok(line, s));
char *timeStampstr = trim(strtok(buffer, s));
bool newState[TRIGGER_INPUT_PIN_COUNT];
bool newVvtState[CAM_INPUTS_COUNT];