mirror of https://github.com/ArduPilot/ardupilot
Rover: stop using alias FUNCTOR_BIND_VOID
This commit is contained in:
parent
a74113dde0
commit
b9b921fc38
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue