mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
SITL: add missing break
This commit is contained in:
parent
6c9f46bafb
commit
84aaca7c6e
@ -247,6 +247,7 @@ void SITL_State::_parse_command_line(int argc, char * const argv[])
|
||||
break;
|
||||
case CMDLINE_FGVIEW:
|
||||
_use_fg_view = false;
|
||||
break;
|
||||
default:
|
||||
_usage();
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user