Sub: mount uses AP_SerialManager singleton

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

View File

@ -127,7 +127,7 @@ void Sub::init_ardupilot()
#if MOUNT == ENABLED
// initialise camera mount
camera_mount.init(serial_manager);
camera_mount.init();
#endif
#ifdef USERHOOK_INIT