firmware: qmod: fix '@' debug command switching the wrong channel

Apparently copy paste mistake.

Change-Id: I9383adcfffab07ffa5f1fd3505e3aa244fb393ff
This commit is contained in:
Eric Wild
2026-07-28 17:42:32 +02:00
committed by lynxis lazus
parent 670078b332
commit 481a738a2d
+1 -1
View File
@@ -287,7 +287,7 @@ void board_exec_dbg_cmd(int ch)
sim_switch_use_physical(0, 0); sim_switch_use_physical(0, 0);
break; break;
case '@': case '@':
sim_switch_use_physical(0, 0); sim_switch_use_physical(1, 0);
break; break;
case 't': case 't':
talloc_report(NULL, stdout); talloc_report(NULL, stdout);