mirror of https://github.com/ArduPilot/ardupilot
Plane: update for new APM_OBC API
This commit is contained in:
parent
6f55dc1686
commit
1fe7b2fe18
|
@ -902,7 +902,7 @@ static void obc_fs_check(void)
|
|||
// perform OBC failsafe checks
|
||||
obc.check(OBC_MODE(control_mode),
|
||||
failsafe.last_heartbeat_ms,
|
||||
g_gps ? g_gps->last_fix_time : 0);
|
||||
gps, mission);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue