AP_HAL_ChibiOS: removed run_debug_shell

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

View File

@ -37,7 +37,6 @@ public:
return static_cast<Util*>(util); return static_cast<Util*>(util);
} }
bool run_debug_shell(AP_HAL::BetterStream *stream) override { return false; }
uint32_t available_memory() override; uint32_t available_memory() override;
// get path to custom defaults file for AP_Param // get path to custom defaults file for AP_Param