diff --git a/ArduCopter/ArduCopter.pde b/ArduCopter/ArduCopter.pde index ea4ba1047d..72136630d4 100644 --- a/ArduCopter/ArduCopter.pde +++ b/ArduCopter/ArduCopter.pde @@ -327,7 +327,7 @@ static GCS_MAVLINK gcs3; // SONAR selection //////////////////////////////////////////////////////////////////////////////// // -ModeFilterInt16_Size3 sonar_mode_filter(1); +ModeFilterInt16_Size5 sonar_mode_filter(1); #if CONFIG_SONAR == ENABLED static AP_HAL::AnalogSource *sonar_analog_source; static AP_RangeFinder_MaxsonarXL *sonar;