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

Merge pull request #5868 from jflyper/bfdev-poc-migrate-to-dual-gyro

Configurable ACC/GYRO
This commit is contained in:
Michael Keller 2018-09-14 09:22:47 +12:00 committed by GitHub
commit 8207dab3e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
136 changed files with 1112 additions and 1135 deletions

View file

@ -222,7 +222,8 @@ sensor_gyro_unittest_SRC := \
$(USER_DIR)/common/maths.c \
$(USER_DIR)/drivers/accgyro/accgyro_fake.c \
$(USER_DIR)/drivers/accgyro/gyro_sync.c \
$(USER_DIR)/pg/pg.c
$(USER_DIR)/pg/pg.c \
$(USER_DIR)/pg/gyrodev.c
telemetry_crsf_unittest_SRC := \
$(USER_DIR)/rx/crsf.c \