mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
Plane: pass in compass to Arming constructor
This commit is contained in:
parent
fa2f5d9c68
commit
aef746b3b1
@ -708,7 +708,7 @@ static AP_Mount camera_mount2(¤t_loc, ahrs, 1);
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Arming/Disarming mangement class
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
static AP_Arming arming(ahrs, barometer, home_is_set, gcs_send_text_P);
|
||||
static AP_Arming arming(ahrs, barometer, compass, home_is_set, gcs_send_text_P);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Top-level logic
|
||||
|
Loading…
Reference in New Issue
Block a user