mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_HAL: added timer_tick() on GPIO
This commit is contained in:
parent
56790625b8
commit
c62b86e3c1
@ -98,4 +98,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
Block a user