Copter: stop passing serial manager to proximity constructor
This commit is contained in:
parent
4962b7a98e
commit
2a312aa8f1
@ -1010,7 +1010,7 @@ ParametersG2::ParametersG2(void)
|
||||
, beacon(copter.serial_manager)
|
||||
#endif
|
||||
#if PROXIMITY_ENABLED == ENABLED
|
||||
, proximity(copter.serial_manager)
|
||||
, proximity()
|
||||
#endif
|
||||
#if ADVANCED_FAILSAFE == ENABLED
|
||||
,afs(copter.mode_auto.mission)
|
||||
|
Loading…
Reference in New Issue
Block a user