summaryrefslogtreecommitdiff
path: root/src/modem.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-26 23:57:52 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-26 23:57:52 +0100
commit8df1d910e4701b80bf00d4da099d31315c326e4e (patch)
tree7577a602d212cbfc4c365b747b1cdfc6acd32c90 /src/modem.h
parent2d556b007abb9da17a044e94a5a544aabdf2fda0 (diff)
Disable hamming state reset logic (contains a -really- stuid bug)
Diffstat (limited to 'src/modem.h')
-rw-r--r--src/modem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modem.h b/src/modem.h
index 02c3fba..e3706f3 100644
--- a/src/modem.h
+++ b/src/modem.h
@@ -11,7 +11,7 @@
#include <stdlib.h>
/* Modem ring buffer size must be power of 2 */
-#define MODEM_BUFFER_SIZE 32
+#define MODEM_BUFFER_SIZE 64
/* Modem defines */
#define MODEM_SYNC_LEN 42