mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Restricted the previous commit to __PX4_QURT only
This commit is contained in:
parent
64c3b330ee
commit
723b501186
@ -1157,7 +1157,9 @@ int commander_thread_main(int argc, char *argv[])
|
||||
#endif
|
||||
|
||||
if (argc > 2) {
|
||||
#ifdef __PX4_QURT
|
||||
if (!strcmp(argv[2],"-hil")) {
|
||||
#endif
|
||||
startup_in_hil = true;
|
||||
} else {
|
||||
PX4_ERR("Argument %s not supported.", argv[3]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user