1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Merge pull request #11911 from KarateBrot/baroRate

Lock altitude task at 100Hz & fix baro calibration
This commit is contained in:
J Blackman 2022-10-25 18:07:26 +11:00 committed by GitHub
commit dbd0014ac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 54 additions and 86 deletions

View file

@ -98,6 +98,7 @@
#include "flight/gps_rescue.h"
#include "flight/pid.h"
#include "flight/pid_init.h"
#include "flight/position.h"
#include "flight/servos.h"
#include "io/asyncfatfs/asyncfatfs.h"