Commander: Do not lock in user on a single boot assignment failure

This commit is contained in:
Lorenz Meier
2015-09-23 18:36:29 +02:00
parent 9eb748ed5b
commit 996a6ee437
2 changed files with 13 additions and 4 deletions
+2 -2
View File
@@ -1930,9 +1930,9 @@ int commander_thread_main(int argc, char *argv[])
if (arming_ret == TRANSITION_CHANGED) {
arming_state_changed = true;
} else {
print_reject_arm("NOT ARMING: Configuration error");
}
} else {
print_reject_arm("NOT ARMING: Configuration error");
}
stick_on_counter = 0;