Skip to content

Commit

Permalink
blocks/sources/soapysdr: fix SoapySDRRange structure in ffi cdefs
Browse files Browse the repository at this point in the history
with step member.
  • Loading branch information
vsergeev committed Feb 27, 2020
1 parent 17b6dff commit 0fae379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/blocks/sources/soapysdr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ if not package.loaded['radio.blocks.sinks.soapysdr'] then
typedef struct SoapySDRDevice SoapySDRDevice;
typedef struct SoapySDRStream SoapySDRStream;

typedef struct
{
typedef struct {
double minimum;
double maximum;
double step;
} SoapySDRRange;

typedef struct {
Expand Down

0 comments on commit 0fae379

Please sign in to comment.