Browse Source

AP_BattMonitor: remove MPPT_PacketDigital from Type enum

we have removed AP_BattMonitor_MPPT_PacketDigital, hence this should be removed too
gps-1.3.1
Shiv Tyagi 3 years ago committed by Randy Mackay
parent
commit
c34301d925
  1. 2
      libraries/AP_BattMonitor/AP_BattMonitor.h

2
libraries/AP_BattMonitor/AP_BattMonitor.h

@ -97,7 +97,7 @@ public:
GENERATOR_ELEC = 17, GENERATOR_ELEC = 17,
GENERATOR_FUEL = 18, GENERATOR_FUEL = 18,
Rotoye = 19, Rotoye = 19,
MPPT_PacketDigital = 20, // 20 was MPPT_PacketDigital
INA2XX = 21, INA2XX = 21,
LTC2946 = 22, LTC2946 = 22,
Torqeedo = 23, Torqeedo = 23,

Loading…
Cancel
Save