aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/device/i2c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drivers/device/i2c.cpp')
-rw-r--r--apps/drivers/device/i2c.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/drivers/device/i2c.cpp b/apps/drivers/device/i2c.cpp
index 4b832b548..56112d767 100644
--- a/apps/drivers/device/i2c.cpp
+++ b/apps/drivers/device/i2c.cpp
@@ -32,7 +32,9 @@
****************************************************************************/
/**
- * @file Base class for devices attached via the I2C bus.
+ * @file i2c.cpp
+ *
+ * Base class for devices attached via the I2C bus.
*
* @todo Bus frequency changes; currently we do nothing with the value
* that is supplied. Should we just depend on the bus knowing?