From 44e6ae62479e9dc021639c3c0fba42573345689f Mon Sep 17 00:00:00 2001 From: David Freese Date: Sat, 17 Nov 2012 14:03:42 -0600 Subject: [PATCH] MT63 Long * Changed configuration item for MT63 long interleave to 1 (vice 64) --- src/include/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/configuration.h b/src/include/configuration.h index 8d67b73e..ad8cdd88 100644 --- a/src/include/configuration.h +++ b/src/include/configuration.h @@ -566,7 +566,7 @@ ELEM_(int, mt63_interleave, "MT63INTERLEAVE", \ "64-bit (long) interleave. Values are as follows:\n" \ " 0: short (32-bit); 1: long (64-bit).", \ - 64) /* long interleave */ \ + 1) /* long interleave */ \ ELEM_(bool, mt63_rx_integration, "MT63INTEGRATION", \ "Long receive integration", \ false) \