Skip to content

Commit

Permalink
trig_utils: tstats_init: inititialize cnt
Browse files Browse the repository at this point in the history
  • Loading branch information
kmarkus committed Apr 23, 2020
1 parent 49a67d7 commit dc4a968
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libubx/trig_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ void tstat_init(struct ubx_tstat *ts, const char *block_name)

ts->total.sec = 0;
ts->total.nsec = 0;

ts->cnt = 0;
}

/**
Expand Down

0 comments on commit dc4a968

Please sign in to comment.