mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Workaround for TX buffer overflows.
This commit is contained in:
parent
8f9744c0ec
commit
4fb563f534
5 changed files with 5 additions and 5 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -32,7 +32,7 @@ const uint16_t GMSK_FILTER_LEN = 12U;
|
|||
|
||||
const uint16_t DC_OFFSET = 2048U;
|
||||
|
||||
const uint16_t TX_BUFFER_SIZE = 1001U;
|
||||
const uint16_t TX_BUFFER_SIZE = 501U;
|
||||
const uint16_t RX_BUFFER_SIZE = 601U;
|
||||
|
||||
#if defined(__SAM3X8E__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue