mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: GPIO: add arming check
This commit is contained in:
parent
88f645afc2
commit
7617606629
|
@ -113,4 +113,8 @@ public:
|
|||
|
||||
// optional timer tick
|
||||
virtual void timer_tick(void) {};
|
||||
|
||||
// Run arming checks
|
||||
virtual bool arming_checks(size_t buflen, char *buffer) const { return true; }
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue