AP_HAL: removed run_debug_shell

This commit is contained in:
Andrew Tridgell 2024-07-06 09:02:41 +10:00
parent 04bd5aa010
commit d54b69a5fe

View File

@ -44,11 +44,6 @@ public:
// set command line parameters to the eeprom on start
virtual void set_cmdline_parameters() {};
// run a debug shall on the given stream if possible. This is used
// to support dropping into a debug shell to run firmware upgrade
// commands
virtual bool run_debug_shell(AP_HAL::BetterStream *stream) = 0;
enum safety_state : uint8_t {
SAFETY_NONE,
SAFETY_DISARMED,