fx2lafw: Upped NUM_SIMUL_TRANSFERS to 32

This commit is contained in:
Joel Holdsworth 2012-03-14 22:56:15 +00:00
parent 4502e86921
commit ecc16ed070
1 changed files with 1 additions and 1 deletions

View 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 {