Skip to content

Commit

Permalink
[ext] Fixes for Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaut committed Nov 17, 2023
1 parent 010fb80 commit e13ae0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/orbetto/orbetto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ struct

} options =
{
.forceITMSync = true,
.tpiuChannel = 1,
.forceITMSync = true,
.tsTrigger = DEFAULT_TS_TRIGGER,
.port = NWCLIENT_SERVER_PORT,
.server = (char *)"localhost",
.tsTrigger = DEFAULT_TS_TRIGGER
.server = (char *)"localhost"
};

struct
Expand Down

0 comments on commit e13ae0f

Please sign in to comment.