mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fixes issue 1844
This commit is contained in:
parent
0edfb397dc
commit
714bb02c54
3 changed files with 13 additions and 8 deletions
|
@ -57,5 +57,6 @@ typedef struct gyroConfig_s {
|
|||
|
||||
void gyroSetCalibrationCycles(void);
|
||||
bool gyroInit(const gyroConfig_t *gyroConfigToUse);
|
||||
void gyroInitFilters(void);
|
||||
void gyroUpdate(void);
|
||||
bool isGyroCalibrationComplete(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue