delete stray line of code that messed with correction profile while adjusting cadence
This commit is contained in:
parent
63d6bc6aa0
commit
399679ac59
@ -245,7 +245,6 @@ static void value_increase(int16_t delta) {
|
|||||||
nanosec_state.correction_cadence = (delta > 0) ? 1 : 20;
|
nanosec_state.correction_cadence = (delta > 0) ? 1 : 20;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
nanosec_state.correction_profile = (nanosec_state.correction_profile + delta) % nanosec_profile_count;
|
|
||||||
break;
|
break;
|
||||||
case 6: // Aging
|
case 6: // Aging
|
||||||
nanosec_state.aging_ppm_pa += delta;
|
nanosec_state.aging_ppm_pa += delta;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user