mirror of https://github.com/ArduPilot/ardupilot
AP_BattMonitor: remove unsued variables
This commit is contained in:
parent
76e2d950d4
commit
74a70e52b8
|
@ -53,7 +53,6 @@ private:
|
|||
AP_Int8 i2c_bus;
|
||||
AP_Int8 i2c_address;
|
||||
AP_Float max_amps;
|
||||
bool callback_registered;
|
||||
uint32_t failed_reads;
|
||||
|
||||
struct {
|
||||
|
|
Loading…
Reference in New Issue