Skip to content

Commit

Permalink
Merge pull request #9739 from etracer65/fix_bootgrace_reset
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller committed Apr 29, 2020
2 parents 65fb16e + 65c562e commit b480103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/fc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void updateArmingStatus(void)
// We also need to prevent arming until it's possible to send DSHOT commands.
// Otherwise if the initial arming is in crash-flip the motor direction commands
// might not be sent.
&& dshotCommandsAreEnabled(DSHOT_CMD_TYPE_INLINE)
&& (!isMotorProtocolDshot() || dshotCommandsAreEnabled(DSHOT_CMD_TYPE_INLINE))
#endif
) {
// If so, unset the grace time arming disable flag
Expand Down

0 comments on commit b480103

Please sign in to comment.