diff --git a/common/console.c b/common/console.c index 92e99d02b8..da309b5936 100644 --- a/common/console.c +++ b/common/console.c @@ -269,6 +269,7 @@ static int command_ch(int argc, char **argv) i, 1 << i, (channel_mask & (1 << i) ? '*' : ' '), channel_names[i]); + cflush(); } return EC_SUCCESS; }