Copter: mount uses AP_SerialManager singleton

This commit is contained in:
Peter Barker 2019-08-27 16:24:00 +10:00 committed by Andrew Tridgell
parent b17b668fff
commit a9ffe902f0
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ void Copter::init_ardupilot()
#if MOUNT == ENABLED
// initialise camera mount
camera_mount.init(serial_manager);
camera_mount.init();
#endif
#if PRECISION_LANDING == ENABLED