mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 02:15:14 +00:00
Merge "Fix truncated output from 'ch' command"
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