AP_BATTMonitor: Reserve ID 28 for AD7091R5 I2C ADC

Reserving an ID for a Battmonitor type which reads the analog value from an I2C ADC IC.
This commit is contained in:
Lokesh Ramina 2023-07-18 14:08:39 -07:00 committed by Peter Barker
parent 0969a28381
commit b7a0f47853

View File

@ -107,6 +107,7 @@ public:
Analog_Volt_Synthetic_Current = 25,
INA239_SPI = 26,
EFI = 27,
// AD7091R5_I2C_Analog = 28, reserve ID for future use
};
FUNCTOR_TYPEDEF(battery_failsafe_handler_fn_t, void, const char *, const int8_t);