Skip to content

Commit

Permalink
update tx
Browse files Browse the repository at this point in the history
  • Loading branch information
paulh002 committed May 27, 2023
1 parent eaee023 commit d4ac379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoapyHifiBerrySettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ void SoapyHifiBerry::setFrequency(const int direction, const size_t channel, con
{
uint64_t freq = (uint64_t)frequency * SI5351_FREQ_MULT * 4;
if (pSI5351)
pSI5351->set_freq(freq, CLK_VFO_RX);
pSI5351->set_freq(freq, CLK_VFO_TX);
}
}

Expand Down

0 comments on commit d4ac379

Please sign in to comment.