Commit 08ed5bfb authored by Christos Gentsos's avatar Christos Gentsos

Master: make 'a' command only print the log of the active MoniMod

parent 0e0ed536
Pipeline #3847 canceled with stage
......@@ -303,11 +303,6 @@ void user_interaction()
oneline = 1;
break;
case 'a':
select_monimod(0);
delay_ms(10);
print_log();
select_monimod(1);
delay_ms(10);
print_log();
break;
case 'd':
......
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