mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Alter end of slot processing.
This commit is contained in:
parent
ba6f21c958
commit
688488620a
6 changed files with 26 additions and 44 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 = 1101U;
|
||||
const uint16_t RX_BUFFER_SIZE = 501U;
|
||||
|
||||
#if defined(__SAM3X8E__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue