summaryrefslogtreecommitdiff
path: root/apps/system/i2c/i2c_bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/i2c/i2c_bus.c')
-rw-r--r--apps/system/i2c/i2c_bus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/system/i2c/i2c_bus.c b/apps/system/i2c/i2c_bus.c
index 23bd83f58..07e6d2da3 100644
--- a/apps/system/i2c/i2c_bus.c
+++ b/apps/system/i2c/i2c_bus.c
@@ -72,10 +72,10 @@
****************************************************************************/
/****************************************************************************
- * Name: cmd_bus
+ * Name: i2ccmd_bus
****************************************************************************/
-int cmd_bus(FAR struct i2ctool_s *i2ctool, int argc, char **argv)
+int i2ccmd_bus(FAR struct i2ctool_s *i2ctool, int argc, char **argv)
{
FAR struct i2c_dev_s *dev;
int i;