Skip to content

Commit e14ced6

Browse files
committed
typo in misrc_capture
1 parent 75c5831 commit e14ced6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misrc_tools/misrc_capture.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ static void hsdaoh_callback(unsigned char *buf, uint32_t len, uint8_t pack_state
152152
if (do_exit) return;
153153
fprintf(stderr,"Cannot write frame to buffer\n");
154154
new_line = 1;
155-
ms_sleep(4);
155+
sleep_ms(4);
156156
}
157157
if (cap_ctx->samples_to_read > 0)
158158
cap_ctx->samples_to_read -= len;

0 commit comments

Comments
 (0)