Skip to content

Commit

Permalink
Merge pull request #690 from DD4WH/active-devel
Browse files Browse the repository at this point in the history
switch off new SAM #2
  • Loading branch information
df8oe authored Dec 30, 2016
2 parents 4d3b1b1 + bf706ca commit dac2130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mchf-eclipse/drivers/audio/audio_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,7 @@ static void AudioDriver_RxProcessor(AudioSample_t * const src, AudioSample_t * c
break;
}

if(dmod_mode != DEMOD_FM && dmod_mode!= DEMOD_SAM) // are we NOT in FM mode? If we are not, do decimation, filtering, DSP notch/noise reduction, etc.
if(dmod_mode != DEMOD_FM) // are we NOT in FM mode? If we are not, do decimation, filtering, DSP notch/noise reduction, etc.
{
// Do decimation down to lower rate to reduce processor load
if (DECIMATE_RX.numTaps > 0)
Expand Down

0 comments on commit dac2130

Please sign in to comment.