summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index dba87924db..45e144484d 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2873,8 +2873,9 @@
/* USB I2C config */
#undef CONFIG_USB_I2C
-/* Allowed write count for USB over I2C */
+/* Allowed read/write count for USB over I2C */
#define CONFIG_USB_I2C_MAX_WRITE_COUNT 60
+#define CONFIG_USB_I2C_MAX_READ_COUNT 60
/*****************************************************************************/
/* USB Power monitoring interface config */