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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/system/i2c/i2c_dev.c b/apps/system/i2c/i2c_dev.c
index a8340f0d8..2d9946be0 100644
--- a/apps/system/i2c/i2c_dev.c
+++ b/apps/system/i2c/i2c_dev.c
@@ -227,6 +227,7 @@ int cmd_dev(FAR struct i2ctool_s *i2ctool, int argc, char **argv)
}
}
i2ctool_printf(i2ctool, "\n");
+ i2ctool_flush(i2ctool);
}
(void)up_i2cuninitialize(dev);