Rover: 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 a74113dde0
commit b9b921fc38
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
Rover rover;
#define SCHED_TASK(func) FUNCTOR_BIND_VOID(&rover, &Rover::func, void)
#define SCHED_TASK(func) FUNCTOR_BIND(&rover, &Rover::func, void)
/*
scheduler table - all regular tasks should be listed here, along