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;