mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 05:55:18 +01:00
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