AP_Scheduler: stop using alias FUNCTOR_BIND_VOID

This commit is contained in:
Lucas De Marchi 2015-06-03 03:48:43 -03:00 committed by Randy Mackay
parent 34058787f3
commit 98a1a05933
1 changed files with 1 additions and 1 deletions

View File

@ -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