Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/viiri/st2play
Browse files Browse the repository at this point in the history
  • Loading branch information
viiri committed Jan 31, 2018
2 parents fddb87c + a35c271 commit 092f69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int main(int argc, char *argv[])
context = st2_tracker_init();

if(stm_load(context, argv[1]))
return -1;
return 1;

st2_tracker_start(context, SAMPLING_FREQ);
st2_set_position(context, 0);
Expand Down

0 comments on commit 092f69f

Please sign in to comment.