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:
Shiv Tyagi 2021-12-17 11:59:32 +05:30 committed by Randy Mackay
parent 814e0f9cac
commit c34301d925
1 changed files with 1 additions and 1 deletions

View File

@ -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,