Minor changes to tx_callback
Finalize the error procedure that was accidentally deleted.
This commit is contained in:
@ -416,7 +416,8 @@ int tx_callback(hackrf_transfer* transfer) {
|
|||||||
} else {
|
} else {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user