mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL_ChibiOS: remove unused AnalogIn fields
This commit is contained in:
parent
4518e2b8f2
commit
e189b17efb
@ -67,11 +67,6 @@ private:
|
||||
void read_adc(uint32_t *val);
|
||||
void update_power_flags(void);
|
||||
|
||||
int _battery_handle;
|
||||
int _servorail_handle;
|
||||
int _system_power_handle;
|
||||
uint64_t _battery_timestamp;
|
||||
uint64_t _servorail_timestamp;
|
||||
ChibiOS::AnalogSource* _channels[ANALOG_MAX_CHANNELS];
|
||||
|
||||
uint32_t _last_run;
|
||||
|
Loading…
Reference in New Issue
Block a user