mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #616 from ledvinap/fix-small-angle
Fix small_angle type to match CLI
This commit is contained in:
commit
8fcffa1454
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ typedef struct imuRuntimeConfig_s {
|
|||
uint8_t acc_unarmedcal;
|
||||
float gyro_cmpf_factor;
|
||||
float gyro_cmpfm_factor;
|
||||
int8_t small_angle;
|
||||
uint8_t small_angle;
|
||||
} imuRuntimeConfig_t;
|
||||
|
||||
void imuConfigure(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue