AP_HAL: allow F4Light to call delay callback

This commit is contained in:
Peter Barker 2018-05-11 23:12:55 +10:00 committed by Andrew Tridgell
parent 9f10cd7195
commit 939aec090e
1 changed files with 0 additions and 2 deletions

View File

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