mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: added timer_tick() on GPIO
This commit is contained in:
parent
f39633fa68
commit
2bdda6be71
|
@ -73,4 +73,7 @@ public:
|
|||
|
||||
/* return true if USB cable is connected */
|
||||
virtual bool usb_connected(void) = 0;
|
||||
|
||||
// optional timer tick
|
||||
virtual void timer_tick(void) {};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue