Skip to content

Commit

Permalink
HAL_ESP32: 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 c4addb7 commit ffc7872
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libraries/AP_HAL_ESP32/Util.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ class ESP32::Util : public AP_HAL::Util
return static_cast<Util*>(util);
}

bool run_debug_shell(AP_HAL::BetterStream *stream) override
{
return false;
}
uint32_t available_memory() override;

// Special Allocation Routines
Expand Down

0 comments on commit ffc7872

Please sign in to comment.