Minor changes to tx_callback

Finalize the error procedure that was accidentally deleted.
This commit is contained in:
dovecho
2014-07-06 00:34:40 +08:00
parent 8e5de3b4a8
commit 7bdc499301

View File

@ -416,7 +416,8 @@ int tx_callback(hackrf_transfer* transfer) {
} else {
return 0;
}
} else {
return -1;
}
}