mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 10:38:28 -04:00
AP_Scheduler: stop using alias FUNCTOR_BIND_VOID
This commit is contained in:
parent
34058787f3
commit
98a1a05933
@ -62,7 +62,7 @@ private:
|
||||
|
||||
static SchedTest schedtest;
|
||||
|
||||
#define SCHED_TASK(func) FUNCTOR_BIND_VOID(&schedtest, &SchedTest::func, void)
|
||||
#define SCHED_TASK(func) FUNCTOR_BIND(&schedtest, &SchedTest::func, void)
|
||||
|
||||
/*
|
||||
scheduler table - all regular tasks are listed here, along with how
|
||||
|
Loading…
Reference in New Issue
Block a user