diff --git a/ArduCopter/ArduCopter.cpp b/ArduCopter/ArduCopter.cpp index a5b428dd6d..d366e1ba5d 100644 --- a/ArduCopter/ArduCopter.cpp +++ b/ArduCopter/ArduCopter.cpp @@ -75,7 +75,7 @@ #include "Copter.h" -#define SCHED_TASK(func) FUNCTOR_BIND_VOID(&copter, &Copter::func, void) +#define SCHED_TASK(func) FUNCTOR_BIND(&copter, &Copter::func, void) /* scheduler table for fast CPUs - all regular tasks apart from the fast_loop()