Workaround for TX buffer overflows.

This commit is contained in:
Jonathan Naylor 2016-01-18 21:32:38 +00:00
parent 8f9744c0ec
commit 4fb563f534
5 changed files with 5 additions and 5 deletions

2
IO.cpp
View file

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