* Changed configuration item for MT63 long interleave
    to 1 (vice 64)
pull/1/head
David Freese 2012-11-17 14:03:42 -06:00
rodzic bcd5e20de9
commit 44e6ae6247
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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) \