Skip to content

Commit

Permalink
Fix jumpy baro debug (betaflight#13217)
Browse files Browse the repository at this point in the history
* Fix jumpy baro debug

* Remove duplicate debug
  • Loading branch information
haslinghuis authored and Eike Ahmels committed Jan 22, 2024
1 parent 7bd661e commit 94f7301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/flight/position.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ void calculateEstimatedAltitude(void)
DEBUG_SET(DEBUG_ALTITUDE, 3, estimatedVario);
#endif
DEBUG_SET(DEBUG_RTH, 1, lrintf(displayAltitudeCm / 10.0f));
DEBUG_SET(DEBUG_BARO, 3, lrintf(baroAltCm / 10.0f));
}
#endif //defined(USE_BARO) || defined(USE_GPS)

Expand Down

0 comments on commit 94f7301

Please sign in to comment.