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

Final adjustment v2

This commit is contained in:
luca 2021-03-07 14:56:59 +01:00
parent 309908364c
commit 75d2a4314c
2 changed files with 4 additions and 2 deletions

View file

@ -309,7 +309,8 @@ void initActiveBoxIds(void)
#endif
#ifdef USE_DSHOT
activeBoxIds[activeBoxIdCount++] = BOXFLIPOVERAFTERCRASH;
if(STATE(MULTIROTOR))
activeBoxIds[activeBoxIdCount++] = BOXFLIPOVERAFTERCRASH;
#endif
}