1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Add hooks for triflight

This commit is contained in:
Martin Budden 2017-12-31 15:40:35 +00:00
parent b71fe232c3
commit ccb49583e9
9 changed files with 175 additions and 10 deletions

View file

@ -102,8 +102,10 @@ FC_SRC = \
flight/failsafe.c \
flight/imu.c \
flight/mixer.c \
flight/mixer_tricopter.c \
flight/pid.c \
flight/servos.c \
flight/servos_tricopter.c \
interface/cli.c \
interface/settings.c \
io/serial_4way.c \