Skip to content

Commit

Permalink
AP_HAL_SITL: removed run_debug_shell
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 10, 2024
1 parent 2374d6f commit c4addb7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libraries/AP_HAL_SITL/Util.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ class HALSITL::Util : public AP_HAL::Util {
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.
*/
Expand Down

0 comments on commit c4addb7

Please sign in to comment.