summaryrefslogtreecommitdiff
path: root/firmware/export/i2c-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/i2c-h100.h')
-rw-r--r--firmware/export/i2c-h100.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/i2c-h100.h b/firmware/export/i2c-h100.h
index f8fd423b7e..5647b502db 100644
--- a/firmware/export/i2c-h100.h
+++ b/firmware/export/i2c-h100.h
@@ -31,7 +31,7 @@ int i2c_write(int device, unsigned char *buf, int count);
31void i2c_close(void); 31void i2c_close(void);
32 32
33 33
34#define MAX_LOOP 0x10000 /* TODO: select a better value */ 34#define MAX_LOOP 0x100 /* TODO: select a better value */
35 35
36/* PLLCR control */ 36/* PLLCR control */
37#define QSPISEL (1 << 11) /* Selects QSPI or I2C interface */ 37#define QSPISEL (1 << 11) /* Selects QSPI or I2C interface */