Skip to content
Snippets Groups Projects
Commit 08ed5bfb authored by Christos Gentsos's avatar Christos Gentsos
Browse files

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

parent 0e0ed536
Branches
No related merge requests found
...@@ -303,11 +303,6 @@ void user_interaction() ...@@ -303,11 +303,6 @@ void user_interaction()
oneline = 1; oneline = 1;
break; break;
case 'a': case 'a':
select_monimod(0);
delay_ms(10);
print_log();
select_monimod(1);
delay_ms(10);
print_log(); print_log();
break; break;
case 'd': case 'd':
......
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