mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_SITL: removed run_debug_shell
This commit is contained in:
parent
2374d6f444
commit
c4addb7dd0
|
@ -17,10 +17,6 @@ public:
|
||||||
Util(SITL_State *_sitlState) :
|
Util(SITL_State *_sitlState) :
|
||||||
sitlState(_sitlState) {}
|
sitlState(_sitlState) {}
|
||||||
|
|
||||||
bool run_debug_shell(AP_HAL::BetterStream *stream) override {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
how much free memory do we have in bytes.
|
how much free memory do we have in bytes.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue