mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: added get_shell_stream()
This commit is contained in:
parent
4fe092fead
commit
7f239f5d46
|
@ -72,6 +72,11 @@ public:
|
|||
virtual void toneAlarm_set_tune(uint8_t tune) {}
|
||||
virtual void _toneAlarm_timer_tick() {}
|
||||
|
||||
/*
|
||||
return a stream for access to a system shell, if available
|
||||
*/
|
||||
virtual AP_HAL::Stream *get_shell_stream() { return NULL; }
|
||||
|
||||
protected:
|
||||
bool soft_armed;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue