ArduPlane - updated to use new filter library

This commit is contained in:
rmackay9 2012-02-28 21:03:04 +09:00
parent 701a21ff2f
commit 630de04bd1
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ GCS_MAVLINK gcs3;
// PITOT selection // PITOT selection
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// //
ModeFilterInt16 sonar_mode_filter(5,2); ModeFilterInt16_Size5 sonar_mode_filter(2);
#if CONFIG_PITOT_SOURCE == PITOT_SOURCE_ADC #if CONFIG_PITOT_SOURCE == PITOT_SOURCE_ADC
AP_AnalogSource_ADC pitot_analog_source( &adc, AP_AnalogSource_ADC pitot_analog_source( &adc,