summaryrefslogtreecommitdiff
path: root/apps/system/i2c/i2c_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/i2c/i2c_dev.c')
-rw-r--r--apps/system/i2c/i2c_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/i2c/i2c_dev.c b/apps/system/i2c/i2c_dev.c
index 3d0480a15..a9da1a03f 100644
--- a/apps/system/i2c/i2c_dev.c
+++ b/apps/system/i2c/i2c_dev.c
@@ -177,7 +177,7 @@ int i2ccmd_dev(FAR struct i2ctool_s *i2ctool, int argc, char **argv)
i2ctool_printf(i2ctool, " ");
continue;
}
-
+
/* Set the I2C address */
I2C_SETADDRESS(dev, addr, 7);