aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/hal_i2c_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/hal_i2c_lld.h')
-rw-r--r--os/hal/ports/AVR/hal_i2c_lld.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/ports/AVR/hal_i2c_lld.h b/os/hal/ports/AVR/hal_i2c_lld.h
index d9623647b..289b46450 100644
--- a/os/hal/ports/AVR/hal_i2c_lld.h
+++ b/os/hal/ports/AVR/hal_i2c_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file AVR/i2c_lld.h
+ * @file hal_i2c_lld.h
* @brief AVR I2C subsystem low level driver header.
*
* @addtogroup I2C
@@ -67,9 +67,9 @@
* @{
*/
/**
- * @brief I2C driver enable switch.
- * @details If set to @p TRUE the support for I2C is included.
- * @note The default is @p FALSE.
+ * @brief I2C driver enable switch.
+ * @details If set to @p TRUE the support for I2C is included.
+ * @note The default is @p FALSE.
*/
#if !defined(AVR_I2C_USE_I2C1) || defined(__DOXYGEN__)
#define AVR_I2C_USE_I2C1 FALSE
@@ -109,7 +109,7 @@ typedef struct {
} I2CConfig;
/**
- * @brief Structure representing an I2C driver.
+ * @brief Structure representing an I2C driver.
*/
struct I2CDriver {
/**
@@ -180,7 +180,7 @@ typedef struct I2CDriver I2CDriver;
/**
* @brief Get errors from I2C driver.
*
- * @param[in] i2cp pointer to the @p I2CDriver object
+ * @param[in] i2cp pointer to the @p I2CDriver object
*
* @notapi
*/