Rover: stop passing serialmanager into beacon constructor

This commit is contained in:
Peter Barker 2022-06-01 12:12:32 +10:00 committed by Peter Barker
parent cb46764bad
commit 74bd48f1d1

View File

@ -705,7 +705,7 @@ ParametersG2::ParametersG2(void)
#if ADVANCED_FAILSAFE == ENABLED #if ADVANCED_FAILSAFE == ENABLED
afs(), afs(),
#endif #endif
beacon(rover.serial_manager), beacon(),
motors(rover.ServoRelayEvents, wheel_rate_control), motors(rover.ServoRelayEvents, wheel_rate_control),
wheel_rate_control(wheel_encoder), wheel_rate_control(wheel_encoder),
attitude_control(), attitude_control(),