Plane: reflect changes to AP_Mount

This commit is contained in:
Jonathan Challinger 2016-01-04 21:23:47 -08:00 committed by Randy Mackay
parent f1db10c337
commit 9000756c80

View File

@ -201,7 +201,7 @@ void Plane::init_ardupilot()
#if MOUNT == ENABLED #if MOUNT == ENABLED
// initialise camera mount // initialise camera mount
camera_mount.init(serial_manager); camera_mount.init(&DataFlash, serial_manager);
#endif #endif
#if FENCE_TRIGGERED_PIN > 0 #if FENCE_TRIGGERED_PIN > 0