Browse Source

Restricted the previous commit to __PX4_QURT only

sbg
bharathr 9 years ago committed by Lorenz Meier
parent
commit
723b501186
  1. 2
      src/modules/commander/commander.cpp

2
src/modules/commander/commander.cpp

@ -1157,7 +1157,9 @@ int commander_thread_main(int argc, char *argv[]) @@ -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…
Cancel
Save