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

Remove the ability to disable stage 2 failsafe

This commit is contained in:
Dan Nixon 2017-07-19 09:37:34 +01:00
parent cd5e57e814
commit e0ebee168a
8 changed files with 11 additions and 18 deletions

View file

@ -39,7 +39,6 @@ typedef enum {
FEATURE_SERVO_TILT = 1 << 5,
FEATURE_SOFTSERIAL = 1 << 6,
FEATURE_GPS = 1 << 7,
FEATURE_FAILSAFE = 1 << 8,
FEATURE_SONAR = 1 << 9,
FEATURE_TELEMETRY = 1 << 10,
FEATURE_3D = 1 << 12,