delete stray line of code that messed with correction profile while adjusting cadence

This commit is contained in:
Alex Maestas 2023-12-22 22:35:46 +00:00
parent 63d6bc6aa0
commit 399679ac59

View File

@ -245,7 +245,6 @@ static void value_increase(int16_t delta) {
nanosec_state.correction_cadence = (delta > 0) ? 1 : 20;
break;
}
nanosec_state.correction_profile = (nanosec_state.correction_profile + delta) % nanosec_profile_count;
break;
case 6: // Aging
nanosec_state.aging_ppm_pa += delta;