mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
AP_HAL: allow F4Light to call delay callback
This commit is contained in:
parent
9f10cd7195
commit
939aec090e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user