aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32/i2c_lld.h')
-rw-r--r--os/hal/platforms/STM32/i2c_lld.h4
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;