Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Du <[email protected]>
  • Loading branch information
frankdjx committed Jan 10, 2024
1 parent 91b3ae1 commit c076390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/st20p_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ static void test_st20p_rx_frame_thread(void* args) {
if (frame->timestamp == timestamp) s->incomplete_frame_cnt++;
timestamp = frame->timestamp;
if (s->rx_timing_parser) {
if (!frame->tp) s->incomplete_frame_cnt++;
if (!frame->tp[MTL_SESSION_PORT_P]) s->incomplete_frame_cnt++;
}

/* check user timestamp if it has */
Expand Down

0 comments on commit c076390

Please sign in to comment.