mirror of https://github.com/ArduPilot/ardupilot
Copter: updates for AP_HAL::MemberProc
This commit is contained in:
parent
3538e1190c
commit
32a016a66f
|
@ -31,7 +31,7 @@ void failsafe_disable()
|
|||
//
|
||||
// failsafe_check - this function is called from the core timer interrupt at 1kHz.
|
||||
//
|
||||
void failsafe_check(void *arg)
|
||||
void failsafe_check()
|
||||
{
|
||||
uint32_t tnow = hal.scheduler->micros();
|
||||
|
||||
|
|
Loading…
Reference in New Issue