AP_ADC - removed small compiler warning

This commit is contained in:
rmackay9 2012-02-29 22:43:46 +09:00
parent 4e2a54566b
commit ced49f7d01

View File

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