Fix the logic that detects whether a command is a Radio OP
This commit is contained in:
parent
946b72a58d
commit
1ee40ef021
2 changed files with 11 additions and 4 deletions
|
@ -218,7 +218,6 @@ typedef struct rf_core_primary_mode_s {
|
|||
/*---------------------------------------------------------------------------*/
|
||||
/* Command Types */
|
||||
#define RF_CORE_COMMAND_TYPE_MASK 0x0C00
|
||||
#define RF_CORE_COMMAND_TYPE_IMMEDIATE 0x0000
|
||||
#define RF_CORE_COMMAND_TYPE_RADIO_OP 0x0800
|
||||
#define RF_CORE_COMMAND_TYPE_IEEE_BG_RADIO_OP 0x0800
|
||||
#define RF_CORE_COMMAND_TYPE_IEEE_FG_RADIO_OP 0x0C00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue