fix: remove glitch at first sweep point

This commit is contained in:
TT 2019-08-16 04:56:50 +09:00
parent 0a8bfbff33
commit eedf0e1aa7

5
main.c
View file

@ -546,11 +546,6 @@ void sweep(void)
if (frequency_updated) if (frequency_updated)
goto rewind; goto rewind;
} }
set_frequency(frequencies[0]);
tlv320aic3204_select_in3(); // CH0:REFLECT
//if (cal_status & CALSTAT_APPLY)
// apply_error_term();
} }
static void static void