fix(hackrf_transfer): Fix missed merge conflict

This commit is contained in:
schneider
2017-01-29 22:58:19 +01:00
parent 07f800d57a
commit 6176b889dc

View File

@ -402,7 +402,6 @@ int rx_callback(hackrf_transfer* transfer) {
return 0;
}
}
}
} else {
return -1;
}
@ -1094,7 +1093,6 @@ int main(int argc, char** argv) {
}
}
}
}
result = hackrf_is_streaming(device);
if (do_exit)