Browse Source

AP_HAL: added timer_tick() on GPIO

copter407
Andrew Tridgell 4 years ago
parent
commit
2bdda6be71
  1. 3
      libraries/AP_HAL/GPIO.h

3
libraries/AP_HAL/GPIO.h

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