summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorGerrit <chrome-bot@google.com>2012-02-29 15:02:25 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2012-02-29 15:02:25 -0800
commitc09f6817b13611d5a085c2fb2954be893c47d2e5 (patch)
tree3ed8582496699ad1355adfbed9df13540daf50e0 /common
parente3fbea00b72dc71ff64f04363c36e362267b3122 (diff)
parent52ac826a2bf5345d7af8c1bbb42a0433ddd14797 (diff)
downloadchrome-ec-c09f6817b13611d5a085c2fb2954be893c47d2e5.tar.gz
Merge "Fix a bug causing TMP006 debug message truncated."
Diffstat (limited to 'common')
-rw-r--r--common/tmp006.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tmp006.c b/common/tmp006.c
index 6d3cf5edf4..54e37f8e2b 100644
--- a/common/tmp006.c
+++ b/common/tmp006.c
@@ -265,6 +265,7 @@ static int command_sensor_info(int argc, char **argv)
rv = tmp006_print(i);
if (rv != EC_SUCCESS)
rv1 = rv;
+ uart_flush_output();
}
return rv1;