Fixed some configuration problems and support for AUTOACK
This commit is contained in:
parent
cdfa8708e3
commit
f4f35973d1
3 changed files with 61 additions and 81 deletions
|
@ -51,9 +51,10 @@ enum cc2520_status_byte {
|
|||
CC2520_RX_ACTIVE = 0,
|
||||
|
||||
};
|
||||
#define TX_FRM_DONE 0x02
|
||||
#define RX_FRM_DONE 0x01
|
||||
#define RX_FRM_ABORTED 0x20
|
||||
#define TX_FRM_DONE 0x02
|
||||
#define RX_FRM_DONE 0x01
|
||||
#define RX_FRM_ABORTED 0x20
|
||||
#define RX_FRM_UNDERFLOW 0x20
|
||||
|
||||
/* Page 27. */
|
||||
enum cc2520_memory_size {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue