mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Copter: revert to 3 element sonar's mode filter
This commit is contained in:
parent
feac9d1306
commit
88332b4acb
@ -327,7 +327,7 @@ static GCS_MAVLINK gcs3;
|
||||
// SONAR selection
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
ModeFilterInt16_Size5 sonar_mode_filter(1);
|
||||
ModeFilterInt16_Size3 sonar_mode_filter(1);
|
||||
#if CONFIG_SONAR == ENABLED
|
||||
static AP_HAL::AnalogSource *sonar_analog_source;
|
||||
static AP_RangeFinder_MaxsonarXL *sonar;
|
||||
|
Loading…
Reference in New Issue
Block a user