fx2lafw: Upped NUM_SIMUL_TRANSFERS to 32
This commit is contained in:
parent
4502e86921
commit
ecc16ed070
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue