Copter: stop using alias FUNCTOR_BIND_VOID

This commit is contained in:
Lucas De Marchi 2015-05-31 18:50:39 -03:00 committed by Randy Mackay
parent bf396d7138
commit a74113dde0
1 changed files with 1 additions and 1 deletions

View File

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