Skip to content

Commit

Permalink
Moved gain values out of SOAPYSDR
Browse files Browse the repository at this point in the history
  • Loading branch information
g0orx committed Mar 5, 2021
1 parent b134348 commit 986f994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ typedef struct _adc {
gboolean preamp;
gint attenuation;
gboolean enable_step_attenuation;
#ifdef SOAPYSDR
gdouble gain;
gdouble min_gain;
gdouble max_gain;
#ifdef SOAPYSDR
gboolean agc;
#endif
} ADC;
Expand Down

0 comments on commit 986f994

Please sign in to comment.