AP_HAL_Empty: removed run_debug_shell

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

View File

@ -4,6 +4,4 @@
#include "AP_HAL_Empty_Namespace.h"
class Empty::Util : public AP_HAL::Util {
public:
bool run_debug_shell(AP_HAL::BetterStream *stream) override { return false; }
};