]> git.earman.xyz Git - sensor-watch.git/commitdiff
delete stray line of code that messed with correction profile while adjusting cadence
authorAlex Maestas <git@se30.xyz>
Fri, 22 Dec 2023 22:35:46 +0000 (22:35 +0000)
committerAlex Maestas <git@se30.xyz>
Fri, 22 Dec 2023 22:35:46 +0000 (22:35 +0000)
movement/watch_faces/settings/nanosec_face.c

index 72fdb7292c601ee327a9c22ee8e26be749689aa3..37dd08ef922d069ec5b35bbd422d76170b9371af 100644 (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;