AP_ADC - removed small compiler warning

This commit is contained in:
rmackay9 2012-02-29 22:43:46 +09:00
parent 7c09e4a5e6
commit c444cdb3f4
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ void AP_ADC_ADS7844::read(uint32_t tnow)
// Constructors //////////////////////////////////////////////////////////////// // Constructors ////////////////////////////////////////////////////////////////
AP_ADC_ADS7844::AP_ADC_ADS7844() : AP_ADC_ADS7844::AP_ADC_ADS7844() :
_filter_index_accel(0), filter_result(false),
filter_result(false) _filter_index_accel(0)
{ {
} }