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:
parent
cfe41ac022
commit
dc741d4d83
1 changed files with 9 additions and 0 deletions
|
@ -456,3 +456,12 @@
|
|||
#endif
|
||||
|
||||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue