]> sigrok.org Git - libsigrok.git/commitdiff
fx2lafw: Upped NUM_SIMUL_TRANSFERS to 32
authorJoel Holdsworth <redacted>
Wed, 14 Mar 2012 22:56:15 +0000 (22:56 +0000)
committerJoel Holdsworth <redacted>
Wed, 14 Mar 2012 22:56:15 +0000 (22:56 +0000)
hardware/fx2lafw/fx2lafw.h

index 716904f1b9abdf0529ede0de71f4f21933135197..e124f8e9ac7d80d60f6312d74efd7e6e14a3c572 100644 (file)
@@ -25,7 +25,7 @@
 #define TRIGGER_TYPES          "01rf"
 
 #define MAX_RENUM_DELAY                3000 /* ms */
-#define NUM_SIMUL_TRANSFERS    10
+#define NUM_SIMUL_TRANSFERS    32
 #define MAX_EMPTY_TRANSFERS    (NUM_SIMUL_TRANSFERS * 2)
 
 struct fx2lafw_profile {