Rover: Fix constructor initialization order
This commit is contained in:
parent
c1eb9fb9c3
commit
aaa26af3f4
@ -48,8 +48,8 @@ Rover::Rover(void) :
|
||||
#if FRSKY_TELEM_ENABLED == ENABLED
|
||||
frsky_telemetry(ahrs, battery, sonar),
|
||||
#endif
|
||||
home(ahrs.get_home()),
|
||||
do_auto_rotation(false),
|
||||
home(ahrs.get_home()),
|
||||
G_Dt(0.02f)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user