mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Empty: removed run_debug_shell
This commit is contained in:
parent
e86e012896
commit
04bd5aa010
|
@ -4,6 +4,4 @@
|
||||||
#include "AP_HAL_Empty_Namespace.h"
|
#include "AP_HAL_Empty_Namespace.h"
|
||||||
|
|
||||||
class Empty::Util : public AP_HAL::Util {
|
class Empty::Util : public AP_HAL::Util {
|
||||||
public:
|
|
||||||
bool run_debug_shell(AP_HAL::BetterStream *stream) override { return false; }
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue