mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: reflect changes to AP_Mount
This commit is contained in:
parent
f1db10c337
commit
9000756c80
@ -201,7 +201,7 @@ void Plane::init_ardupilot()
|
||||
|
||||
#if MOUNT == ENABLED
|
||||
// initialise camera mount
|
||||
camera_mount.init(serial_manager);
|
||||
camera_mount.init(&DataFlash, serial_manager);
|
||||
#endif
|
||||
|
||||
#if FENCE_TRIGGERED_PIN > 0
|
||||
|
Loading…
Reference in New Issue
Block a user