From: Alex Maestas Date: Fri, 22 Dec 2023 22:35:46 +0000 (+0000) Subject: delete stray line of code that messed with correction profile while adjusting cadence X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=399679ac597969d4e2a5487cd8bab7a687575928;p=sensor-watch.git delete stray line of code that messed with correction profile while adjusting cadence --- diff --git a/movement/watch_faces/settings/nanosec_face.c b/movement/watch_faces/settings/nanosec_face.c index 72fdb72..37dd08e 100644 --- a/movement/watch_faces/settings/nanosec_face.c +++ b/movement/watch_faces/settings/nanosec_face.c @@ -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;