mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Introduced 'baroStartCalibration()' / 'baroSetGroundLevel()' to make barometer code more self contained.
This commit is contained in:
parent
dd0b45dc87
commit
ef556c0f59
8 changed files with 25 additions and 15 deletions
|
@ -631,7 +631,7 @@ uint8_t getCurrentControlRateProfileIndex(void) {
|
|||
return 0;
|
||||
}
|
||||
void GPS_reset_home_position(void) {}
|
||||
void baroSetCalibrationCycles(uint16_t) {}
|
||||
void baroSetGroundLevel(void) {}
|
||||
|
||||
void blackboxLogEvent(FlightLogEvent, flightLogEventData_t *) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue