Browse Source

AP_HAL: allow F4Light to call delay callback

mission-4.1.18
Peter Barker 7 years ago committed by Andrew Tridgell
parent
commit
939aec090e
  1. 2
      libraries/AP_HAL/Scheduler.h

2
libraries/AP_HAL/Scheduler.h

@ -83,8 +83,6 @@ public:
*/ */
virtual void restore_interrupts(void *) {} virtual void restore_interrupts(void *) {}
protected:
// called by subclasses when they need to delay for some time // called by subclasses when they need to delay for some time
virtual void call_delay_cb(); virtual void call_delay_cb();
uint16_t _min_delay_cb_ms; uint16_t _min_delay_cb_ms;

Loading…
Cancel
Save