mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
HAL_SITL: fixed crash with command line args to SITL periph
This commit is contained in:
parent
a3eba8bbd3
commit
fca6f2cba2
@ -30,6 +30,7 @@ void SITL_State::init(int argc, char * const argv[]) {
|
||||
{"help", false, 0, 'h'},
|
||||
{"instance", true, 0, 'I'},
|
||||
{"maintenance", false, 0, 'M'},
|
||||
{0, false, 0, 0}
|
||||
};
|
||||
|
||||
setvbuf(stdout, (char *)0, _IONBF, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user