summaryrefslogtreecommitdiffstats
path: root/movement
diff options
context:
space:
mode:
authorAlex Maestas <git@se30.xyz>2023-12-22 22:35:46 +0000
committerAlex Maestas <git@se30.xyz>2023-12-22 22:35:46 +0000
commit399679ac597969d4e2a5487cd8bab7a687575928 (patch)
tree43a74f64d4979993c47e3184c1912fe5565cd03b /movement
parent63d6bc6aa0ddf4cc1ce1918ef7650852a25e581b (diff)
downloadSensor-Watch-399679ac597969d4e2a5487cd8bab7a687575928.tar.gz
Sensor-Watch-399679ac597969d4e2a5487cd8bab7a687575928.tar.bz2
Sensor-Watch-399679ac597969d4e2a5487cd8bab7a687575928.zip
delete stray line of code that messed with correction profile while adjusting cadence
Diffstat (limited to 'movement')
-rw-r--r--movement/watch_faces/settings/nanosec_face.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/movement/watch_faces/settings/nanosec_face.c b/movement/watch_faces/settings/nanosec_face.c
index 72fdb729..37dd08ef 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;