mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: stop passing serialmanager into beacon constructor
This commit is contained in:
parent
cb46764bad
commit
74bd48f1d1
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user