mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_HAL: remove register_timer_process with extra arg
This commit is contained in:
parent
c170c2a847
commit
dbd074b250
@ -34,11 +34,6 @@ public:
|
||||
|
||||
// register a high priority timer task
|
||||
virtual void register_timer_process(AP_HAL::MemberProc) = 0;
|
||||
virtual bool register_timer_process(AP_HAL::MemberProc proc, uint8_t freq_div)
|
||||
{
|
||||
register_timer_process(proc);
|
||||
return false;
|
||||
}
|
||||
|
||||
// register a low priority IO task
|
||||
virtual void register_io_process(AP_HAL::MemberProc) = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user