Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 630a78a

Browse files
committed
stale comment
1 parent f5be40f commit 630a78a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

firmware/common/tuning.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ bool set_freq(const uint64_t freq)
6666
if(freq_mhz < MAX_LP_FREQ_MHZ)
6767
{
6868
rf_path_set_filter(RF_PATH_FILTER_LOW_PASS);
69-
/* IF is graduated from 2650 MHz to 2343 MHz */
7069
RFFC5071_freq_mhz = (max2837_freq_nominal_hz / FREQ_ONE_MHZ) - freq_mhz;
7170
/* Set Freq and read real freq */
7271
real_RFFC5071_freq_hz = rffc5071_set_frequency(RFFC5071_freq_mhz);

0 commit comments

Comments
 (0)