1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Some defines removed from USE_WING build that is not useful for planes (#13941)

This commit is contained in:
Ivan Efimov 2024-09-30 09:15:24 -05:00 committed by GitHub
parent 713ba21407
commit dfea2c8cbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -459,10 +459,19 @@
#endif // USE_RACE_PRO
#ifdef USE_WING
#ifndef USE_SERVOS
#define USE_SERVOS
#endif
#ifndef USE_ADVANCED_TPA
#define USE_ADVANCED_TPA
#endif
#undef USE_YAW_SPIN_RECOVERY
#undef USE_LAUNCH_CONTROL
#undef USE_ABSOLUTE_CONTROL
#undef USE_INTEGRATED_YAW_CONTROL
#undef USE_RUNAWAY_TAKEOFF
#endif // USE_WING