Skip to content

Commit

Permalink
changed hardcoded path from swtbahn standard testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Yip committed Jan 15, 2024
1 parent 4f43076 commit 8b41ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/physical/swtbahn-standard/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ int main(int argc, char **argv) {
return 0;
}

if (bidib_start_serial("/dev/ttyUSB0", "../../swtbahn-cli/configurations/swtbahn-standard", 200)) {
if (bidib_start_serial("/dev/ttyUSB0", "../swtbahn-cli/configurations/swtbahn-standard", 200)) {
printf("testsuite: libbidib failed to start\n");
return 0;
}
Expand Down

0 comments on commit 8b41ee9

Please sign in to comment.