mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Linux: removed run_debug_shell
This commit is contained in:
parent
d54b69a5fe
commit
2374d6f444
|
@ -29,7 +29,6 @@ public:
|
|||
}
|
||||
|
||||
void init(int argc, char *const *argv);
|
||||
bool run_debug_shell(AP_HAL::BetterStream *stream) override { return false; }
|
||||
|
||||
/**
|
||||
return commandline arguments, if available
|
||||
|
|
Loading…
Reference in New Issue