forked from Archive/PX4-Autopilot
Sensors: Code style
This commit is contained in:
parent
751a95deb8
commit
0025ab7258
|
@ -1693,6 +1693,7 @@ Sensors::adc_poll(struct sensor_combined_s &raw)
|
|||
_battery_current_timestamp = t;
|
||||
|
||||
#ifdef ADC_AIRSPEED_VOLTAGE_CHANNEL
|
||||
|
||||
} else if (ADC_AIRSPEED_VOLTAGE_CHANNEL == buf_adc[i].am_channel) {
|
||||
|
||||
/* calculate airspeed, raw is the difference from */
|
||||
|
@ -1721,6 +1722,7 @@ Sensors::adc_poll(struct sensor_combined_s &raw)
|
|||
_diff_pres_pub = orb_advertise(ORB_ID(differential_pressure), &_diff_pres);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue