aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/CCID_Emulation.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CCID_Emulation.ttcn b/src/CCID_Emulation.ttcn
index 7bf14f3..4178fc6 100644
--- a/src/CCID_Emulation.ttcn
+++ b/src/CCID_Emulation.ttcn
@@ -82,7 +82,7 @@ function main(CCID_Emulation_Params pars) runs on CCID_Emulation_CT {
f_usb_init(g_pars.usb_dev_match);
- log(f_usb_get_desc_tree());
+ f_usb_set_configuration(g_dev_hdl, 1);
var integer i_config := f_usb_get_config();
var USB_Descriptor_Node root;