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:
Isaac Ault 2020-07-15 08:43:09 -04:00 committed by Peter Barker
parent 9cd5fdacfc
commit e74acba4ec

View File

@ -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);
/*