1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2018-03-27 15:51:45 +02:00
parent 1d3c6c9195
commit e5f2abd770
18 changed files with 2 additions and 111 deletions

View file

@ -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;