refactoring

This commit is contained in:
Andrey 2021-12-07 17:00:42 -05:00
parent 6e49d66385
commit 8b246a8d92
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];