mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Altitude hold for 4.6 (#13816)
This commit is contained in:
parent
350510603c
commit
254da8f460
46 changed files with 805 additions and 108 deletions
|
@ -1,5 +1,6 @@
|
|||
PG_SRC = \
|
||||
pg/adc.c \
|
||||
pg/alt_hold.c \
|
||||
pg/beeper.c \
|
||||
pg/beeper_dev.c \
|
||||
pg/board.c \
|
||||
|
@ -158,6 +159,7 @@ COMMON_SRC = \
|
|||
flight/gps_rescue.c \
|
||||
fc/gps_lap_timer.c \
|
||||
flight/dyn_notch_filter.c \
|
||||
flight/alt_hold.c \
|
||||
flight/imu.c \
|
||||
flight/mixer.c \
|
||||
flight/mixer_init.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue