1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 09:45:33 +03:00

Formatted code error

This commit is contained in:
luca 2021-04-21 14:28:55 +02:00
parent bf320c69fc
commit 3956e0a8bb

View file

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