mirror of https://github.com/ArduPilot/ardupilot
AP_BattMonitor: remove MPPT_PacketDigital from Type enum
we have removed AP_BattMonitor_MPPT_PacketDigital, hence this should be removed too
This commit is contained in:
parent
814e0f9cac
commit
c34301d925
|
@ -97,7 +97,7 @@ public:
|
|||
GENERATOR_ELEC = 17,
|
||||
GENERATOR_FUEL = 18,
|
||||
Rotoye = 19,
|
||||
MPPT_PacketDigital = 20,
|
||||
// 20 was MPPT_PacketDigital
|
||||
INA2XX = 21,
|
||||
LTC2946 = 22,
|
||||
Torqeedo = 23,
|
||||
|
|
Loading…
Reference in New Issue