AP_HAL: removed run_debug_shell
This commit is contained in:
parent
04bd5aa010
commit
d54b69a5fe
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user