diff --git a/ArduCopter/Parameters.cpp b/ArduCopter/Parameters.cpp index de85cb2e8c..f4d6586c5c 100644 --- a/ArduCopter/Parameters.cpp +++ b/ArduCopter/Parameters.cpp @@ -1134,7 +1134,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = { ParametersG2::ParametersG2(void) : temp_calibration() // this doesn't actually need constructing, but removing it here is problematic syntax-wise #if BEACON_ENABLED == ENABLED - , beacon(copter.serial_manager) + , beacon() #endif #if HAL_PROXIMITY_ENABLED , proximity()