Browse Source

Hotfix: fix typo

sbg
Lorenz Meier 11 years ago
parent
commit
a82d4fbb11
  1. 2
      src/modules/commander/commander.cpp

2
src/modules/commander/commander.cpp

@ -308,7 +308,7 @@ int commander_main(int argc, char *argv[])
exit(0); exit(0);
} }
if (!strcmp(argv[1], "2")) { if (!strcmp(argv[1], "disarm")) {
arm_disarm(false, mavlink_fd, "command line"); arm_disarm(false, mavlink_fd, "command line");
exit(0); exit(0);
} }

Loading…
Cancel
Save