mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 22:18:29 -04:00
AP_HAL: added timer_tick() on GPIO
This commit is contained in:
parent
2f0e9addcb
commit
d856bc7f5e
@ -73,4 +73,7 @@ public:
|
|||||||
|
|
||||||
/* return true if USB cable is connected */
|
/* return true if USB cable is connected */
|
||||||
virtual bool usb_connected(void) = 0;
|
virtual bool usb_connected(void) = 0;
|
||||||
|
|
||||||
|
// optional timer tick
|
||||||
|
virtual void timer_tick(void) {};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user