diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-07-31 21:06:23 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-07-31 21:06:23 +0000 |
commit | 28b3dd95f1a5fe8ea51df21bc6eba7cd5f78c071 (patch) | |
tree | eea9b95a48d19254babdd1b1fdcba10d4c25e53e /os/hal/platforms/STM32/i2c_lld.h | |
parent | b913fe956cc2d46a8bd7aad24a2ac4d792923422 (diff) | |
download | ChibiOS-28b3dd95f1a5fe8ea51df21bc6eba7cd5f78c071.tar.gz ChibiOS-28b3dd95f1a5fe8ea51df21bc6eba7cd5f78c071.tar.bz2 ChibiOS-28b3dd95f1a5fe8ea51df21bc6eba7cd5f78c071.zip |
I2C. Code cleanups.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3187 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/i2c_lld.h')
-rw-r--r-- | os/hal/platforms/STM32/i2c_lld.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/i2c_lld.h b/os/hal/platforms/STM32/i2c_lld.h index 44ecdf70e..6de73f6b0 100644 --- a/os/hal/platforms/STM32/i2c_lld.h +++ b/os/hal/platforms/STM32/i2c_lld.h @@ -113,7 +113,7 @@ /*===========================================================================*/ /** - * @brief Serial Driver condition flags type. + * @brief I2C Driver condition flags type. */ typedef uint32_t i2cflags_t; @@ -211,7 +211,7 @@ struct I2CDriver{ /** * @brief Timer for waiting STOP condition on the bus. - * @details Workaround for STM32 buggy I2C cell. + * @details This is workaround for STM32 buggy I2C cell. */ GPTDriver *timer; |