Reject arming timeout

This commit is contained in:
Lorenz Meier 2016-03-29 22:42:57 +02:00
parent 4e64382ba5
commit 3981f06d42

View File

@ -2332,6 +2332,7 @@ int commander_thread_main(int argc, char *argv[])
if (arming_ret == TRANSITION_CHANGED) {
arming_state_changed = true;
} else {
usleep(100000);
print_reject_arm("NOT ARMING: Configuration error");
}
}