mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Improved compass calibration.
This commit is contained in:
parent
cfa4055132
commit
a045a9c672
11 changed files with 79 additions and 45 deletions
|
@ -654,4 +654,5 @@ bool isTryingToArm(void) { return false; }
|
|||
void resetTryingToArm(void) {}
|
||||
void setLedProfile(uint8_t profile) { UNUSED(profile); }
|
||||
uint8_t getLedProfile(void) { return 0; }
|
||||
void compassStartCalibration(void) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue