From af0ae8aa5b9c0f1e9766e91b83e2f65c1056ac3b Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 19 Jun 2013 12:09:30 +1000 Subject: [PATCH] Decrease BAL and BAS latency to be just larger than one result read. --- driver-bflsc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver-bflsc.c b/driver-bflsc.c index d5b08e14..c051c08b 100644 --- a/driver-bflsc.c +++ b/driver-bflsc.c @@ -333,8 +333,8 @@ struct SaveString { #define BFLSC_MAX_SLEEP 2000 #define BAJ_LATENCY LATENCY_STD -#define BAL_LATENCY LATENCY_STD -#define BAS_LATENCY LATENCY_STD +#define BAL_LATENCY 12 +#define BAS_LATENCY 12 // For now a BAM doesn't really exist - it's currently 8 independent BASs #define BAM_LATENCY 2