mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
Merge pull request #342 from theAlexes/theAlexes/nanosec-profile-bug
delete stray line of code that messed with correction profile
This commit is contained in:
commit
bf8c1b5dae
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue