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

if USE_WING is defined then define also ADVANCED_TPA and SERVOS (#13860)

This commit is contained in:
Ivan Efimov 2024-08-30 08:14:42 -05:00 committed by GitHub
parent cfe41ac022
commit dc741d4d83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -456,3 +456,12 @@
#endif #endif
#endif // USE_RACE_PRO #endif // USE_RACE_PRO
#ifdef USE_WING
#ifndef USE_SERVOS
#define USE_SERVOS
#endif
#ifndef USE_ADVANCED_TPA
#define USE_ADVANCED_TPA
#endif
#endif // USE_WING