Skip to content

Commit

Permalink
Fix uninitialized tunerGain in SoapyRTLSDR constructor (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
cozycactus authored Oct 1, 2024
1 parent d5119cc commit f22516c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ SoapyRTLSDR::SoapyRTLSDR(const SoapySDR::Kwargs &args):
#if HAS_RTLSDR_SET_DITHERING
dithering(true),
#endif
tunerGain(0.0),
ticks(false),
bufferedElems(0),
resetBuffer(false),
Expand Down

0 comments on commit f22516c

Please sign in to comment.