AP_HAL: added timer_tick() on GPIO

This commit is contained in:
Andrew Tridgell 2020-09-21 18:26:53 +10:00
parent f39633fa68
commit 2bdda6be71
1 changed files with 3 additions and 0 deletions

View File

@ -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) {};
};