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
1 changed files with 1 additions and 1 deletions

View File

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