Skip to content

Commit

Permalink
delete stray line of code that messed with correction profile while a…
Browse files Browse the repository at this point in the history
…djusting cadence
  • Loading branch information
Alex Maestas committed Dec 22, 2023
1 parent 63d6bc6 commit 399679a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion movement/watch_faces/settings/nanosec_face.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 399679a

Please sign in to comment.