Rover: mount uses AP_SerialManager singleton

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

View File

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