Plane: updates for AP_HAL::MemberProc

This commit is contained in:
Andrew Tridgell 2013-09-30 20:37:27 +10:00
parent 32a016a66f
commit 24099a520d

View File

@ -13,7 +13,7 @@
* this failsafe_check function is called from the core timer interrupt
* at 1kHz.
*/
void failsafe_check(void *arg)
void failsafe_check(void)
{
static uint16_t last_mainLoop_count;
static uint32_t last_timestamp;