Browse Source

Copter: stop passing serial manager to proximity constructor

c415-sdk
Peter Barker 5 years ago committed by Randy Mackay
parent
commit
2a312aa8f1
  1. 2
      ArduCopter/Parameters.cpp

2
ArduCopter/Parameters.cpp

@ -1010,7 +1010,7 @@ ParametersG2::ParametersG2(void) @@ -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…
Cancel
Save