diff options
Diffstat (limited to 'os/hal/include/i2c.h')
-rw-r--r-- | os/hal/include/i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|