summaryrefslogtreecommitdiff
path: root/common/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/console.c')
-rw-r--r--common/console.c1
1 files changed, 1 insertions, 0 deletions
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;
}