From c0cbc2411e6a7d347be5d20cffcca8d703bf6324 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 27 May 2012 14:50:05 +0000 Subject: Fixed bug 3530043. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4244 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/i2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/include') diff --git a/os/hal/include/i2c.h b/os/hal/include/i2c.h index 8b4d692fe..645729cc2 100644 --- a/os/hal/include/i2c.h +++ b/os/hal/include/i2c.h @@ -102,7 +102,7 @@ typedef enum { */ #define i2cMasterTransmit(i2cp, addr, txbuf, txbytes, rxbuf, rxbytes) \ (i2cMasterTransmitTimeout(i2cp, addr, txbuf, txbytes, rxbuf, rxbytes, \ - TIME_INFINITE)) + TIME_INFINITE)) /** * @brief Wrap i2cMasterReceiveTimeout function with TIME_INFINITE timeout. -- cgit v1.2.3