use smaller payload buffer size and provision for synchronization word in
the total buffer.
This commit is contained in:
parent
bcefffb0e7
commit
1566f55e04
2 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@
|
|||
#define RX_CURRENT 0x86
|
||||
|
||||
// CC1020 driver configuration
|
||||
#define CC1020_BUFFERSIZE 250
|
||||
#define CC1020_BUFFERSIZE 128
|
||||
|
||||
// PDI (Data in) is on P21
|
||||
#define PDO (P2IN & 0x01)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue