1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00

Shared altitude control parameters (#13884)

This commit is contained in:
ctzsnooze 2024-10-05 16:32:50 +10:00 committed by GitHub
parent 7156dc84a3
commit 16c157e840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 383 additions and 273 deletions

View file

@ -21,6 +21,7 @@ PG_SRC = \
pg/msp.c \
pg/pg.c \
pg/piniobox.c \
pg/position_control.c \
pg/pinio.c \
pg/pin_pull_up_down.c \
pg/rcdevice.c \
@ -156,6 +157,7 @@ COMMON_SRC = \
fc/rc_controls.c \
fc/rc_modes.c \
flight/position.c \
flight/position_control.c \
flight/failsafe.c \
flight/gps_rescue.c \
fc/gps_lap_timer.c \