1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

Fix compass loop time (#13125)

This commit is contained in:
Steve Evans 2023-11-07 05:37:27 +00:00 committed by GitHub
parent f223b2376e
commit 96e6b79430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 4 deletions

View file

@ -31,6 +31,7 @@
#include "cms/cms.h"
#include "common/color.h"
#include "common/time.h"
#include "common/utils.h"
#include "config/feature.h"