Skip to content

Commit

Permalink
use long unsigned int for bladerf_get_frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
larsks committed Aug 28, 2018
1 parent 20a16d5 commit bd0858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdr_bladerf.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void show_config()
int status;

unsigned rate;
unsigned freq;
long unsigned freq;
bladerf_lpf_mode lpf_mode;
unsigned lpf_bw;
bladerf_lna_gain lna_gain;
Expand Down

0 comments on commit bd0858e

Please sign in to comment.