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