mirror of https://github.com/ArduPilot/ardupilot
HAL_ESP32: removed run_debug_shell
This commit is contained in:
parent
c4addb7dd0
commit
ffc78722f7
|
@ -28,10 +28,6 @@ public:
|
|||
return static_cast<Util*>(util);
|
||||
}
|
||||
|
||||
bool run_debug_shell(AP_HAL::BetterStream *stream) override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
uint32_t available_memory() override;
|
||||
|
||||
// Special Allocation Routines
|
||||
|
|
Loading…
Reference in New Issue