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:
commit
8207dab3e5
136 changed files with 1112 additions and 1135 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue