AP_ADC - removed small compiler warning
This commit is contained in:
parent
4e2a54566b
commit
ced49f7d01
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user