Skip to content

Commit

Permalink
kick ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Dec 1, 2022
1 parent 8d433ce commit d0a8af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/controllers/trigger/trigger_central.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ bool TriggerCentral::isToothExpectedNow(efitick_t timestamp) {
// float absError = absF(angleError);
// // TODO: configurable threshold
// if (absError > 10 && absError < 720) {
// // This tooth came at a very unexpected time, ignore it
// // This tooth came at a very unexpected time, ignore it
// warning(CUSTOM_PRIMARY_BAD_TOOTH_TIMING, "tooth #%d error of %.1f", triggerState.currentCycle.current_index, angleError);

// return false;
Expand Down

0 comments on commit d0a8af3

Please sign in to comment.