Merge "Fix truncated output from 'ch' command"

This commit is contained in:
Gerrit
2012-05-10 13:44:28 -07:00
committed by Gerrit Code Review

View File

@@ -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;
}