diff options
author | Gerrit <chrome-bot@google.com> | 2012-02-29 15:02:25 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@gerrit.golo.chromium.org> | 2012-02-29 15:02:25 -0800 |
commit | c09f6817b13611d5a085c2fb2954be893c47d2e5 (patch) | |
tree | 3ed8582496699ad1355adfbed9df13540daf50e0 /common | |
parent | e3fbea00b72dc71ff64f04363c36e362267b3122 (diff) | |
parent | 52ac826a2bf5345d7af8c1bbb42a0433ddd14797 (diff) | |
download | chrome-ec-c09f6817b13611d5a085c2fb2954be893c47d2e5.tar.gz |
Merge "Fix a bug causing TMP006 debug message truncated."
Diffstat (limited to 'common')
-rw-r--r-- | common/tmp006.c | 1 |
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; |