mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
Plane: fixed build with OBC failsafe
This commit is contained in:
parent
b7e3851ef8
commit
e22f58c9fc
@ -892,7 +892,7 @@ static void obc_fs_check(void)
|
||||
#if OBC_FAILSAFE == ENABLED
|
||||
// perform OBC failsafe checks
|
||||
obc.check(OBC_MODE(control_mode),
|
||||
last_heartbeat_ms,
|
||||
failsafe.last_heartbeat_ms,
|
||||
g_gps ? g_gps->last_fix_time : 0);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user