refactoring
This commit is contained in:
parent
6e49d66385
commit
8b246a8d92
|
@ -58,9 +58,7 @@ void CsvReader::processLine(EngineTestHelper *eth) {
|
|||
Engine *engine = ð->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];
|
||||
|
|
Loading…
Reference in New Issue