add I2cDevice_Count

This commit is contained in:
Michael Scire 2019-05-02 02:51:46 -07:00
parent 4e16cea82e
commit be5436b397

View File

@ -40,6 +40,8 @@ typedef enum {
I2cDevice_Max77812_3 = 28, I2cDevice_Max77812_3 = 28,
I2cDevice_Max77812_2 = 29, I2cDevice_Max77812_2 = 29,
I2cDevice_Ina226VddDdr0V6 = 30, I2cDevice_Ina226VddDdr0V6 = 30,
I2cDevice_Count,
} I2cDevice; } I2cDevice;
typedef struct { typedef struct {