Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5be40f commit 630a78aCopy full SHA for 630a78a
1 file changed
firmware/common/tuning.c
@@ -66,7 +66,6 @@ bool set_freq(const uint64_t freq)
66
if(freq_mhz < MAX_LP_FREQ_MHZ)
67
{
68
rf_path_set_filter(RF_PATH_FILTER_LOW_PASS);
69
- /* IF is graduated from 2650 MHz to 2343 MHz */
70
RFFC5071_freq_mhz = (max2837_freq_nominal_hz / FREQ_ONE_MHZ) - freq_mhz;
71
/* Set Freq and read real freq */
72
real_RFFC5071_freq_hz = rffc5071_set_frequency(RFFC5071_freq_mhz);
0 commit comments