mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 08:15:26 +03:00
USE_SERVO assumed always true (since it is) and removed
This commit is contained in:
parent
1d3c6c9195
commit
e5f2abd770
18 changed files with 2 additions and 111 deletions
|
@ -199,7 +199,6 @@ void initActiveBoxIds(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef USE_SERVOS
|
||||
/*
|
||||
* FLAPERON mode active only in case of airplane and custom airplane. Activating on
|
||||
* flying wing can cause bad thing
|
||||
|
@ -207,7 +206,6 @@ void initActiveBoxIds(void)
|
|||
if (STATE(FLAPERON_AVAILABLE)) {
|
||||
activeBoxIds[activeBoxIdCount++] = BOXFLAPERON;
|
||||
}
|
||||
#endif
|
||||
|
||||
activeBoxIds[activeBoxIdCount++] = BOXBEEPERON;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue