Minor cleanup
This commit is contained in:
@ -447,7 +447,6 @@ int main(int argc, char** argv) {
|
|||||||
{
|
{
|
||||||
if( receive )
|
if( receive )
|
||||||
{
|
{
|
||||||
printf("hackrf_stop_rx \n");
|
|
||||||
result = hackrf_stop_rx(device);
|
result = hackrf_stop_rx(device);
|
||||||
if( result != HACKRF_SUCCESS ) {
|
if( result != HACKRF_SUCCESS ) {
|
||||||
printf("hackrf_stop_rx() failed: %s (%d)\n", hackrf_error_name(result), result);
|
printf("hackrf_stop_rx() failed: %s (%d)\n", hackrf_error_name(result), result);
|
||||||
|
Reference in New Issue
Block a user