mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Merge 5f9409e5be
into acbab53d13
This commit is contained in:
commit
526d576f3f
15 changed files with 429 additions and 4 deletions
|
@ -176,6 +176,7 @@ COMMON_SRC = \
|
|||
flight/rpm_filter.c \
|
||||
flight/servos.c \
|
||||
flight/servos_tricopter.c \
|
||||
flight/airplane_fcs.c \
|
||||
io/serial_4way.c \
|
||||
io/serial_4way_avrootloader.c \
|
||||
io/serial_4way_stk500v2.c \
|
||||
|
@ -450,6 +451,7 @@ SPEED_OPTIMISED_SRC += \
|
|||
flight/mixer.c \
|
||||
flight/pid.c \
|
||||
flight/rpm_filter.c \
|
||||
flight/airplane_fcs.c \
|
||||
rx/ibus.c \
|
||||
rx/rc_stats.c \
|
||||
rx/rx.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue