aboutsummaryrefslogtreecommitdiff
path: root/apps/uORB
diff options
context:
space:
mode:
Diffstat (limited to 'apps/uORB')
-rw-r--r--apps/uORB/topics/sensor_combined.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/uORB/topics/sensor_combined.h b/apps/uORB/topics/sensor_combined.h
index 1d25af35a..961ee8b4a 100644
--- a/apps/uORB/topics/sensor_combined.h
+++ b/apps/uORB/topics/sensor_combined.h
@@ -102,8 +102,6 @@ struct sensor_combined_s {
float adc_voltage_v[4]; /**< ADC voltages of ADC Chan 10/11/12/13 or -1 */
float mcu_temp_celcius; /**< Internal temperature measurement of MCU */
uint32_t baro_counter; /**< Number of raw baro measurements taken */
- uint32_t battery_voltage_counter; /**< Number of voltage measurements taken */
- bool battery_voltage_valid; /**< True if battery voltage can be measured */
};