mirror of https://github.com/ArduPilot/ardupilot
HAL_SITL: fixed AP_Periph sitl build
This commit is contained in:
parent
1a1ca7cca7
commit
db86b95761
|
@ -147,6 +147,7 @@ void HALSITL::Util::set_cmdline_parameters()
|
|||
AP_Param::set_default_by_name(param.name, param.value);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
return commandline arguments, if available
|
||||
|
@ -156,4 +157,4 @@ void HALSITL::Util::commandline_arguments(uint8_t &argc, char * const *&argv)
|
|||
argc = saved_argc;
|
||||
argv = saved_argv;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue