Hoernchen has uploaded this change for review. (
https://gerrit.osmocom.org/c/simtrace2/+/43132?usp=email )
Change subject: firmware: qmod: fix '@' debug command switching the wrong
channel
......................................................................
firmware: qmod: fix '@' debug command switching the wrong channel
Apparently copy paste mistake.
Change-Id: I9383adcfffab07ffa5f1fd3505e3aa244fb393ff
---
M firmware/libboard/qmod/source/board_qmod.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/32/43132/1
diff --git a/firmware/libboard/qmod/source/board_qmod.c
b/firmware/libboard/qmod/source/board_qmod.c
index 189fb58..078570d 100644
--- a/firmware/libboard/qmod/source/board_qmod.c
+++ b/firmware/libboard/qmod/source/board_qmod.c
@@ -287,7 +287,7 @@
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);
--
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/43132?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I9383adcfffab07ffa5f1fd3505e3aa244fb393ff
Gerrit-Change-Number: 43132
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <[email protected]>