hackrf: missing \n

This commit is contained in:
Oliver Jowett 2020-08-05 12:07:07 +08:00
parent 8b21104d66
commit 89a83767f3
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ void hackRFRun()
int status = hackrf_start_rx(HackRF.device, &handle_hackrf_samples, NULL);
if (status != 0) {
fprintf(stderr, "hackrf_start_rx failed");
fprintf(stderr, "hackrf_start_rx failed\n");
hackrf_close(HackRF.device);
hackrf_exit();
exit (1);