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
|
@ -165,7 +165,7 @@ extern "C" {
|
|||
void transponderUpdate(timeUs_t) {}
|
||||
void GPS_reset_home_position(void) {}
|
||||
void accStartCalibration(void) {}
|
||||
void baroSetCalibrationCycles(uint16_t) {}
|
||||
void baroSetGroundLevel(void) {}
|
||||
void changePidProfile(uint8_t) {}
|
||||
void changeControlRateProfile(uint8_t) {}
|
||||
void dashboardEnablePageCycling(void) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue