From be5436b397cca3f8b21039a53826a144733a4524 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 2 May 2019 02:51:46 -0700 Subject: [PATCH] add I2cDevice_Count --- nx/include/switch/services/i2c.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nx/include/switch/services/i2c.h b/nx/include/switch/services/i2c.h index 8484905c..f44c186d 100644 --- a/nx/include/switch/services/i2c.h +++ b/nx/include/switch/services/i2c.h @@ -40,6 +40,8 @@ typedef enum { I2cDevice_Max77812_3 = 28, I2cDevice_Max77812_2 = 29, I2cDevice_Ina226VddDdr0V6 = 30, + + I2cDevice_Count, } I2cDevice; typedef struct {