Commit cb98c56a authored by Joanne Hugé's avatar Joanne Hugé

Set default value for tx buffer len

parent 781fea12
......@@ -124,6 +124,7 @@ int main(int argc, char *argv[]) {
main_param.refresh_rate = 50000;
main_param.packet_priority = 3;
main_param.tx_buffer_len = 1024;
// Process bash options
process_options(argc, argv, &param, &main_param);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment