AP_HAL: make set_soft_armed() virtual

This commit is contained in:
Andrew Tridgell 2021-10-25 08:09:01 +11:00
parent dfd2686878
commit 34ba3e4782
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public:
int vsnprintf(char* str, size_t size,
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; }
// return the time that the armed state last changed