mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL_Linux: Allow for parameters to be passed with -G, -H
All other work has been previously implemented, however when fetching params these values were ignored.
This commit is contained in:
parent
9cd5fdacfc
commit
e74acba4ec
@ -300,7 +300,7 @@ void HAL_Linux::run(int argc, char* const argv[], Callbacks* callbacks) const
|
||||
{0, false, 0, 0}
|
||||
};
|
||||
|
||||
GetOptLong gopt(argc, argv, "A:B:C:D:E:F:l:t:s:he:SM:",
|
||||
GetOptLong gopt(argc, argv, "A:B:C:D:E:F:G:H:l:t:s:he:SM:",
|
||||
options);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user