Browse Source

AP_HAL: added timer_tick() on GPIO

c415-sdk
Andrew Tridgell 4 years ago
parent
commit
c62b86e3c1
  1. 3
      libraries/AP_HAL/GPIO.h

3
libraries/AP_HAL/GPIO.h

@ -98,4 +98,7 @@ public: @@ -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…
Cancel
Save