Alter end of slot processing.

This commit is contained in:
Jonathan Naylor 2016-01-15 06:57:02 +00:00
parent ba6f21c958
commit 688488620a
6 changed files with 26 additions and 44 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 = 1101U;
const uint16_t RX_BUFFER_SIZE = 501U;
#if defined(__SAM3X8E__)