1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00
This commit is contained in:
Vladimir Demidov 2025-07-10 21:35:25 +02:00 committed by GitHub
commit 526d576f3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 429 additions and 4 deletions

View file

@ -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 \