mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-04 22:11:41 +00:00
Fix truncated output from 'ch' command
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=none TEST='ch' - prints all the channels now Change-Id: I38ebc3eed2476c44c26fc00d6ea79800ae427722
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user