1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Braking disabled on Omnibus target

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-08-07 14:13:12 +02:00
parent 9212209d96
commit bf626e2ec1
7 changed files with 25 additions and 1 deletions

View file

@ -205,9 +205,11 @@ void initActiveBoxIds(void)
}
}
#ifdef USE_MR_BRAKING_MODE
if (mixerConfig()->platformType == PLATFORM_MULTIROTOR) {
activeBoxIds[activeBoxIdCount++] = BOXBRAKING;
}
#endif
#endif