Add a player for HackRF

This commit is contained in:
OSQZSS 2016-07-20 13:59:28 +09:00
parent 61f9514c8c
commit fe5fd36811

View File

@ -63,7 +63,7 @@ int tx_callback(hackrf_transfer* transfer) {
static void usage() {
fprintf(stderr, "Usage: hackplayer [options]\n"
" -t <tx_file> I/Q sampling data file (required)\n");
" -t <filename> Transmit data from file (required)\n");
return;
}