From 0be5e65b4a5bc4d1fcf915bff7cbe2ca381415f1 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 3 Sep 2018 20:44:13 +1000 Subject: [PATCH] Copter: correct compilation for missing define Bad interaction between two PRs that were merged. --- ArduCopter/RC_Channel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduCopter/RC_Channel.cpp b/ArduCopter/RC_Channel.cpp index 1474f60fb6..cdcbfe9728 100644 --- a/ArduCopter/RC_Channel.cpp +++ b/ArduCopter/RC_Channel.cpp @@ -74,7 +74,6 @@ void RC_Channel_Copter::init_aux_function(const aux_func_t ch_option, const aux_ case MISSION_RESET: case ATTCON_FEEDFWD: case ATTCON_ACCEL_LIM: - case LOST_COPTER_SOUND: case MOTOR_ESTOP: case MOTOR_INTERLOCK: case AVOID_ADSB: