AP_HAL_SITL: removed run_debug_shell

This commit is contained in:
Andrew Tridgell 2024-07-06 09:02:41 +10:00
parent 2374d6f444
commit c4addb7dd0
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ public:
Util(SITL_State *_sitlState) :
sitlState(_sitlState) {}
bool run_debug_shell(AP_HAL::BetterStream *stream) override {
return false;
}
/**
how much free memory do we have in bytes.
*/