Skip to content

Commit

Permalink
libbladeRF: test: fix gain compare dev init
Browse files Browse the repository at this point in the history
  • Loading branch information
rthomp10 committed Aug 11, 2024
1 parent e1a5c92 commit 26e91a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static int init_sync(struct bladerf *dev, const size_t NUM_CHANNELS, bladerf_sam

int main(int argc, char *argv[]) {
int status;
struct bladerf *dev;
struct bladerf *dev = NULL;
char *devstr = NULL;
bladerf_sample_rate samp_rate = 2e6;

Expand Down

0 comments on commit 26e91a5

Please sign in to comment.