mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-08-14 22:41:59 +03:00
firmware: qmod: fix '@' debug command switching the wrong channel
Apparently copy paste mistake. Change-Id: I9383adcfffab07ffa5f1fd3505e3aa244fb393ff
This commit is contained in:
@@ -287,7 +287,7 @@ void board_exec_dbg_cmd(int ch)
|
||||
sim_switch_use_physical(0, 0);
|
||||
break;
|
||||
case '@':
|
||||
sim_switch_use_physical(0, 0);
|
||||
sim_switch_use_physical(1, 0);
|
||||
break;
|
||||
case 't':
|
||||
talloc_report(NULL, stdout);
|
||||
|
||||
Reference in New Issue
Block a user