summaryrefslogtreecommitdiff
path: root/firmware/export/i2c-h100.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2005-06-14 14:36:46 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2005-06-14 14:36:46 +0000
commitef72f996814301fc0ed9cc358f620e67a81486f7 (patch)
tree1f866cd2931eb8fff7f0e904934d13f5d49b2a81 /firmware/export/i2c-h100.h
parent58c71e0e366c174fd6f71446758fe311e68f4bee (diff)
downloadrockbox-ef72f996814301fc0ed9cc358f620e67a81486f7.tar.gz
rockbox-ef72f996814301fc0ed9cc358f620e67a81486f7.zip
Fixed a dead lock, file handle leak that caused wps to jam and
selected a smaller i2c timeout value. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6707 a1c6a512-1295-4272-9138-f99709370657
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 */