mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-12 02:12:50 +08:00
Hotfix: fix typo
This commit is contained in:
@@ -308,7 +308,7 @@ int commander_main(int argc, char *argv[])
|
||||
exit(0);
|
||||
}
|
||||
|
||||
if (!strcmp(argv[1], "2")) {
|
||||
if (!strcmp(argv[1], "disarm")) {
|
||||
arm_disarm(false, mavlink_fd, "command line");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user