AP_HAL: make set_soft_armed() virtual
This commit is contained in:
parent
dfd2686878
commit
34ba3e4782
@ -14,7 +14,7 @@ public:
|
|||||||
int vsnprintf(char* str, size_t size,
|
int vsnprintf(char* str, size_t size,
|
||||||
const char *format, va_list ap);
|
const char *format, va_list ap);
|
||||||
|
|
||||||
void set_soft_armed(const bool b);
|
virtual void set_soft_armed(const bool b);
|
||||||
bool get_soft_armed() const { return soft_armed; }
|
bool get_soft_armed() const { return soft_armed; }
|
||||||
|
|
||||||
// return the time that the armed state last changed
|
// return the time that the armed state last changed
|
||||||
|
Loading…
Reference in New Issue
Block a user