diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-02-24 17:08:55 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-02-24 17:08:55 +0100 |
commit | 796805659b6478b6cafeaf743b1540050c3ccdce (patch) | |
tree | 807e30faa266d22adaec26a1cccb4da732f72b99 | |
parent | 4eb2e5ef48e728342ab54c15f309f150f32e08d4 (diff) |
working pattern transmissions with 16kHz
-rw-r--r-- | src/modem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modem.h b/src/modem.h index a2156a3..02c3fba 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 8 +#define MODEM_BUFFER_SIZE 32 /* Modem defines */ #define MODEM_SYNC_LEN 42 |